In this episode, we give a quick tutorial of the RxJs MergeMap operator. We teach you how to use the MergeMap operator along demo a few examples to get you familiar with the MergeMap operator. The MergeMap operator allows you to project values from one observable to another observable. This can be useful when attempting to call APIs and reacting to the data that comes back from the API. The MergeMap operator is unique in that it does not cancel its current process when a new value comes through the outer observable.
Check out our website for more great tutorials and content!
https://smallbatchdevs.com
KEEP UP with @smallbatchdevs on SOCIAL MEDIA!
Twitter: / smallbatchdevs
Instagram: / smallbatchdevs
Facebook: / small-batch-devs-112906707036301
Twitch: / smallbatchdevs
Check out all our Github Repositories for these episodes:
https://github.com/smallbatchdevs
00:00 Intro
00:25 What is MergeMap?
00:57 MergeMap Demo 1
02:15 MergeMap Demo 2
03:32 What makes MergeMap unique?
03:56 MergeMap Demo 3
06:08 When should you use MergeMap?
06:33 Outro
06:54 Bloopers
#rxjs #webdevelopment #angular