1 min readMar 12, 2018
Thanks, Martin.
I actually had a mention of the classic debounceTime
+ distinctUntilChanged
+ switchMap
combo in an earlier draft of the article, as I think it’s one of the first use cases to which RxJS developers are introduced and, perhaps, one of the reasons why switchMap
is often the first choice when a flattening operator is required.
I removed the mention for brevity. I’ll think about putting it back.