Mar 11, 2022
This is a good list of often forgotten performance tips. One thing I would mention is that using switchMap() may not always be the right call. Sometimes, you want mergeMap(), concatMap() or exhaustMap().
This is a good list of often forgotten performance tips. One thing I would mention is that using switchMap() may not always be the right call. Sometimes, you want mergeMap(), concatMap() or exhaustMap().
I enjoy everything related to code and being a dev. However, my only skills are showing up and being lucky and I'm not sure if luck is a talent.