Dispatcher, router, store helper for React apps.


Keywords
dispatcher, router, store, react, flux
License
MIT
Install
npm install fluir@1.0.3

Documentation

#fluir# Build Status

##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.