Let's conclude this course by reviewing what an Observable is: a way of representing many values being delivered in push-style from a lazy producer to a consumer. Let's also see how the Observable alone is not everything in RxJS. It serves as the foundation to operators, which are the most useful feature of RxJS.
Nice course, Andre! Thank you.
Brilliant. Thanks!
Excellent course, thank you very much!
Very nice course. Thanks!
Excellent Course! Very well articulated. Crystal clear!
Even after 5 years this is still the best RxJS introduction I've seen. Great course!
Great course! I double that, however it does leverage Rx.Observable.create which is now deprecated, but combining this course with official docs will get you going up quickly. thanks André