The following libraries allow us to take advantage of reactive programming in TypeScript:
Library | Description | Link |
RxJS | A reactive programming library for JavaScript. | https://github.com/ReactiveX/rxjs |
Xstream | An intuitive, small, and fast functional reactive stream library for JavaScript. | https://github.com/x-stream/xstream |
Bacon.js | A small functional reactive programming lib for JavaScript. | https://github.com/baconjs/bacon.js/ |