Use RxJS switchMap to Map and Flatten Higher Order Observables

André Staltz
InstructorAndré Staltz

Social Share Links

Tweet

In this lesson, we will learn about switchMap, a shortcut for mapping to a higher order RxJS Observable, then flattening with switch.

We will also see a practical example with network requests that would be used in the real world.