RxJS

E183374

RxJS is a JavaScript library for reactive programming that uses observables to handle asynchronous data streams and event-based programs.

All labels observed (5)

Label Occurrences
RxJS canonical 5
Observable (RxJS) 1
Operator (RxJS) 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf JavaScript library ⓘ
reactive programming library ⓘ
domain backend development ⓘ
event-driven systems ⓘ
frontend development ⓘ
enables declarative handling of async events ⓘ
stream-based data processing in JavaScript ⓘ
hasFeature cancellation via subscriptions ⓘ
error propagation in streams ⓘ
lazy evaluation of streams ⓘ
marble testing utilities ⓘ
rich set of operators ⓘ
scheduling of async work ⓘ
implements ReactiveX API for JavaScript ⓘ
linked to: RxJS
inspiredBy ReactiveX ⓘ
linked to: RxJS

Rx.NET ⓘ
RxJava ⓘ
license Apache License 2.0 ⓘ
paradigm functional programming ⓘ
reactive programming ⓘ
primaryUse composing asynchronous operations ⓘ
event-based programming ⓘ
handling asynchronous data streams ⓘ
programmingLanguage JavaScript ⓘ
repositoryPlatform GitHub ⓘ
supports backpressure handling patterns ⓘ
cold observables ⓘ
hot observables ⓘ
multicasting ⓘ
push-based data streams ⓘ
supportsLanguage TypeScript ⓘ
supportsStyle fluent API ⓘ
functional composition of operators ⓘ
typicalOperatorCategory combination operators ⓘ
creation operators ⓘ
error handling operators ⓘ
filtering operators ⓘ
multicasting operators ⓘ
scheduling operators ⓘ
transformation operators ⓘ
utility operators ⓘ
usedWith Angular ⓘ
Node.js ⓘ
React ⓘ
usesConcept Observable ⓘ
Observer ⓘ
Operator ⓘ
Scheduler ⓘ
Subject ⓘ
Subscription ⓘ

How these facts were elicited

Referenced by (9)

Full triples — surface form annotated when it differs from this entity's canonical label.

Angular → uses → RxJS ⓘ
RxJS → inspiredBy → ReactiveX ⓘ
linked to: RxJS
RxJS → implements → ReactiveX API for JavaScript ⓘ
linked to: RxJS
NgRx → builtOn → RxJS ⓘ
Scheduler (RxJS) → usedIn → RxJS ⓘ
subject linked to: Scheduler
Scheduler (RxJS) → associatedWith → Observable (RxJS) ⓘ
subject linked to: Scheduler
linked to: RxJS
Scheduler (RxJS) → associatedWith → Operator (RxJS) ⓘ
subject linked to: Scheduler
linked to: RxJS
RxJava → relatedTo → RxJS ⓘ