Github Users Search using Angular + Rxjs Debounce
-
Updated
Aug 8, 2021 - TypeScript
Github Users Search using Angular + Rxjs Debounce
Consuming events as Observables, debounce the user input using debounceTime, prevent unnecessary requests with distinctUntilChanged, combine observables with flatMap, deal with out of order responses using switchMap, pass in observable as a parameter.
Like distinctUntilChanged(), but with immutable values
Add a description, image, and links to the distinctuntilchanged topic page so that developers can more easily learn about it.
To associate your repository with the distinctuntilchanged topic, visit your repo's landing page and select "manage topics."