In this lesson, we will learn about switchMap, a shortcut for mapping to a higher order RxJS Observable, then flattening with switch.
We will also see a practical example with network requests that would be used in the real world.