Jul 22, 2017 · 1 min read
Great post Victor!
The rule is as folowing: If you only need the latest API call, use switchMap. Otherwise, you may use mergeMap (if race condition is not an issue).
Great post Victor!
The rule is as folowing: If you only need the latest API call, use switchMap. Otherwise, you may use mergeMap (if race condition is not an issue).