Use RxJS mergeMap for Fine-grain Custom Behavior

André Staltz
InstructorAndré Staltz
Share this video with your friends

Social Share Links

Send Tweet
Published 8 years ago
Updated 6 years ago

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.