RxJS - the mergeMap Operator
Do you ever program in TypeScript? Do you use the Promise
API? Have you ever used the new async/await functions in
TypeScript (or JavaScript) with inner-asynchronous request code? And have you
ever wondered how you can achieve similar results using RxJS? In this
post, we’ll explore how to take advantage of RxJS operators as part of an
asynchronous workflow, and how to reduce the complexity of having inner
subscriptions.
typescript
rxjs
operators