This is RxJS v 4. Find the latest version here
The Reactive Extensions for JavaScript Lite version is a lightweight version of the Reactive Extensions for JavaScript which covers most of the day to day operators you might use all in a single library. Functionality such as bridging to events, promises, callbacks, Node.js-style callbacks, time-based operations and more are built right in.
This comes with both rx.lite.js
which is for use in modern development environments such as > IE9 and server-side environments such as Node.js. We also have rx.lite.compat.js
which has backwards compatibility to browsers which do not support all required ES5 features.
Files:
NPM Packages:
NuGet Packages:
catch
concat
create
defer
empty
from
fromArray
fromCallback
fromEvent
fromEventPattern
fromNodeCallback
fromPromise
interval
just
merge
mergeDelayError
never
of
ofWithScheduler
pairs
range
repeat
return
throw
timer
zip
asObservable
catch
combineLatest
concat
concatMap
connect
debounce
defaultIfEmpty
delay
dematerialize
distinctUntilChanged
do
doOnNext
doOnError
doOnCompleted
filter
finally
flatMap
flatMapLatest
ignoreElements
map
merge
mergeAll
multicast
publish
publishLast
publishValue
refCount
repeat
repeatWhen
replay
retry
retryWhen
sample
scan
select
selectConcat
selectMany
selectSwitch
singleInstance
skip
skipLast
skipUntil
skipWhile
startWith
subscribe | forEach
subscribeOnNext
subscribeOnError
subscribeOnCompleted
switch | switchLatest
take
takeLast
takeUntil
takeWhile
tap
tapOnNext
tapOnError
tapOnCompleted
throttle
timeout
timestamp
toArray
toPromise
transduce
where
withLatestFrom
zip
zipIterable