What is a higher-order mapping operator? When would you use one? And why should you care?
There are important differences between the map operator and higher-order mapping operators such as concatMap, mergeMap, and switchMap. For example, higher-order mapping operators automatically subscribe to their inner Observables.
This session examines several higher-order mapping operators using real-world scenarios. If you’ve ever wondered why you use a switchMap instead of a map, what the heck an “inner Observable” is, or what a higher-order mapping operator does, this session is for you.