tiny-observables

1.0.0 • Public • Published

tiny-observables 👓

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

Operators supported

  • Map
  • Filter
  • Delay
  • Interval
  • Do
  • Throttle
  • Debounce

Installation

npm install

npm run build:dev


Contributing

Size matters baby!

Make sure you account for ever byte you submit.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request!

License

MIT License © Alex Jones

Package Sidebar

Install

npm i tiny-observables

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alexjajones