Fluxo is a simple, lightweight (~300LOC) and dependency free data infrastructure lib based on Facebook Flux and Backbone.js. It's compatible with React.js, but you can use with whatever you want to the view/component layer.
I guess that we need a better README, and this PR introduces:
Inclusion of API guide (our API is small, I don't see problems to put this on README).
Removing the references to Facebook Flux related infos since Fluxo is "pattern agnostic", it just helps you on boring state manipulation boilerplate. You can use this with "pure flux", "mvc", whatever you want. :)
TODO1: review typos.
TODO2: update with the ES6 class format.
I guess that we need a better README, and this PR introduces:
TODO1: review typos. TODO2: update with the ES6 class format.