Observables are the foundation in RxJS

InstructorAndré Staltz

Share this video with your friends

Send Tweet

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.

Vladimir Makushev
~ 8 years ago

Nice course, Andre! Thank you.

Bhargav Ponnapalli
~ 7 years ago

Brilliant. Thanks!

Franklyn Zhu
~ 7 years ago

Excellent course, thank you very much!

Roberto Zaniboni
~ 5 years ago

Very nice course. Thanks!

Mayank Jain
~ 5 years ago

Excellent Course! Very well articulated. Crystal clear!

Jonatan Witoszek
~ 3 years ago

Even after 5 years this is still the best RxJS introduction I've seen. Great course!

bootoffav
~ a year ago

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é