Skip to content

๐Ÿ‘“ tiny-observables - Super light weight 1.5kb RXJS inspired observable library.

Notifications You must be signed in to change notification settings

alexjajones/tiny-observables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘“ 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

About

๐Ÿ‘“ tiny-observables - Super light weight 1.5kb RXJS inspired observable library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published