Описание тега xstream-js

NoneXstream is a functional reactive stream library for JavaScript. xstream is tailored for Cycle.js or applications with limited use of subscribe.

xstream is an extremely intuitive, small, and fast
functional reactive stream library for JavaScript

  • Only 26 core operators and factories
  • Only "hot" streams
  • Written in TypeScript
  • Approximately 30 kB in size, when minified
  • On average, faster than RxJS 4, Kefir, Bacon.js, as fast as RxJS 5, and slower than most.js
  • Tailored for Cycle.js, or applications with limited use of subscribe

Read more on GitHub.