@acutmore/rxjs
Version:
Reactive Extensions for modern JavaScript
23 lines (15 loc) • 1.03 kB
Markdown
<h1 class="rx-title"><img src="./manual/asset/Rx_Logo_S.png">RxJS</h1>
**The ReactiveX library for JavaScript.**
RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code. This project is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) with better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
*How to install RxJS through npm or CDN*
*Read the Manual on Observables, Observer, Subject, etc*
*Read detailed documentation on each operator*
*Read our tutorials on using RxJS in real applications*
- - -
<div class="decision-tree-widget"></div>
**Hint: open your DevTools to experiment with RxJS.**