I was really confused in the first half of the video because I never saw a chain of operators wrapped like that, but once you introduced pipe, I knew what you mean. Awesome 👏
@CodeWithGio3 жыл бұрын
Yeah, I've done it on purpose, to demostrate that operators are just a functions that receive observable and return a new one, hope it helped
@mikhailratner46492 жыл бұрын
Thanks for this comment. I finally started understanding Observables better from the previous videos of the playlist, but at this one got confused again which stressed me a bit out. Good that you mentioned pipes, this relieved the stress in the beginning and I was able to follow more relaxed:)
@mikhailratner46492 жыл бұрын
@@CodeWithGio Haven't seen a deep dive into how operators and the pipe work. Nice job!
@JBuchmann2 жыл бұрын
@@mikhailratner4649 Yeah, for the first half I was confused because I already know how to use the basic operators, and what he was showing us was something totally different! He should have explained at the beginning that the end of the video will show a MUCH easier and recommended way to use operators. And that his complex code is showing what is happening behind the scenes. He did eventually say that, but only much later on. 😀