Skip to content

Latest commit

 

History

History

RxJS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

RxJS

What is RxJS ?

Reactive Extensions Library for JavaScript. This is a rewrite of Reactive-Extensions/RxJS and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.

Installation and Usage

npm install rxjs

Features Of RxJS

  • Smaller overall bundles sizes
  • Provide better performance than preceding versions of RxJS
  • To model/follow the Observable Spec Proposal to the observable
  • Provide more modular file structure in a variety of formats
  • Provide more debuggable call stacks than preceding versions of RxJS