Use RxJS mergeMap for Fine-grain Custom Behavior

InstructorAndré Staltz

Share this video with your friends

Send Tweet

RxJS operators mergeMap and switchMap are useful for handling asynchronous responses from the server, but they can do much more.

In this lesson, we will see how to use mergeMap to achieve the same functionality as map() or filter() or other custom behaviors.