GitHub / ashB100 / learn-instantsearch-ng-rxjs
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashB100%2Flearn-instantsearch-ng-rxjs
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: TypeScript
Size: 67.4 KB
Dependencies parsed at: Pending
Created at: over 7 years ago
Updated at: almost 2 years ago
Pushed at: over 7 years ago
Last synced at: almost 2 years ago
Topics: debouncetime, distinctuntilchanged, flatmap, rxjs-observables, switchmap