Optimize Bundle Size by Piping Operators with RxJS and Vue.js

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

RxJS has introduced a method of importing individual operators to save on the file size of importing all of RxJS. This approach includes using the pipe operator and importing individual operators that you feed into the pipe.

Paul Perry
~ 6 years ago

I really enjoyed this course - thanks! Cool, I was almost right in my updates - I did wonder about whether or not I'd need to share() within the pipe(), or if it needed it's own pipe. Both work, but your way is way tidier :)

pery mimon mimon
~ 5 years ago

it look like using pipe are far more complicated . it take you double the time to write the same code with pipe compare to dot pipline