RxJS challenge #8: smart search operator function

Roman Sedov
AngularWave
Published in
3 min readApr 1, 2021

--

In my new challenge you are offered to make an RxJS operator function that prevents unnecessary backend requests when it is possible to calculate items locally.

Try to solve it here:

https://stackblitz.com/edit/rxjs-challenge-8

My solution

--

--