Skip to content

Latest commit

 

History

History
94 lines (75 loc) · 7.1 KB

README.md

File metadata and controls

94 lines (75 loc) · 7.1 KB

Awesome-RxJS Awesome

What is RxJS 5?

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 with better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.

Source: RxJS Document

Table of contents

Documents

Books

Tutorials

Videos

Articles

Examples

Resources