Use RxJS mergeMap to Map and Merge High Order Observables

André Staltz
InstructorAndré Staltz

Social Share Links

Tweet

Like RxJS switchMap() is a shortcut for map() and switch(), we will see in this lesson how mergeMap() is a shortcut for map() and mergeAll(), and learn its arguments for customised behavior.