Get Started with Higher Order Observables in RxJS

InstructorAndré Staltz

Share this video with your friends

Send Tweet

An Observable may emit values of any JavaScript type: numbers, strings, booleans, objects, etc. This means an RxJS Observable may also happen to emit values which are themselves observables too.

In this lesson we will learn more about this use case and begin learning about the so-called "higher order observables".

Briisk Sp. z o.o.
~ 8 years ago

Huge thanks, I was missing new Rx courses :-) And this one showed exactly what I needed