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.
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 :)
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