0.1.1 • Published 8 years ago

typhooon v0.1.1

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

typhooon

Functional reactive library for forgetful developers. Typhooon is a simple and elegant, shared the same API as JavaScript native Array and Promise.

  • No custom API. Every operators are the same as native Array + Promise operators like map, reduce, filter, then.
  • Can be created from simple value, Promise, Generator, DOM, and Events.

Demo

Throttle input

Github repository lists

React-Typhoon

Getting Started

npm install --save typhooon

API & Operators

The same as Array and Promise. Please note some operators are working in progress, may not be compatible with the spec.

Example

Roadmap

  1. Finish Array operators
  2. Finish Promise operators
  3. Comments
  4. Performance optimisation
  5. Test