Skip to content

Instantly share code, notes, and snippets.

@munkacsitomi
Created January 3, 2019 08:27
Show Gist options
  • Save munkacsitomi/f1b6bcfcf4de26518a27e61e50159311 to your computer and use it in GitHub Desktop.
Save munkacsitomi/f1b6bcfcf4de26518a27e61e50159311 to your computer and use it in GitHub Desktop.
RxJS
Creation: from, fromPromise, fromEvent, of
Combination: combineLatest, concat, merge, startWith , withLatestFrom, zip
Filtering: debounceTime, distinctUntilChanged, filter, take, takeUntil
Transformation: bufferTime, concatMap, map, mergeMap, scan, switchMap
Utility: tap
Multicasting: share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment