Super light weight 1.5kb RXJS inspired observable library.
- Light Weight: only 1.5kb when minified & gzipped
- RXJS Inspired: familiar interface
- Modern: written in ES2015 and compiled
- Zero Dependencies: Just plain ol' JS
- Extendable: simple api for introducing new operators
- Standards: adheres to traditional observable guarantees
- Webpack: bundled with webpack
- Map
- Filter
- Delay
- Interval
- Do
- Throttle
- Debounce
npm install
npm run build:dev
Size matters baby!
Make sure you account for ever byte you submit.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!
MIT License ยฉ Alex Jones