rxjs@7.8.2
// Reactive Extensions for modern JavaScript
$ npm install rxjs
downloads/wk
89,252,787
license
Apache-2.0
version
7.8.2
published
Feb 22, 2025
What is rxjs?
RxJS is a library for composing asynchronous and event-based programs using observable streams. It provides a set of operators to transform, filter, and combine data flows, making it easier to handle complex async logic like user input, HTTP requests, and real-time updates. Developers use RxJS when they need to manage multiple asynchronous events with clear, declarative code rather than callbacks or promises alone.
Links
Keywords
Dependencies (1)
Maintainers
cartant, blesh, kwonoj