fluir
v1.0.3
Published
Dispatcher, router, store helper for React apps.
Downloads
125
Readme
##important## Upgrading to 1.0 will break many things for you. Sorry. The good news is I'm using 1.0 for real work. So it's in a more stable/usable state.
##what##
Dispatcher, router, store helper for React apps.
See a live example here.
##install##
npm install fluir
Or, if your page already includes reactjs and underscore, you an include a standalone file.
##use##
Right now the best way to learn is to read through the example code here.
Or just look at the implementation.