An attempt at an async-friendly, isomorphic Flux dispatcher with as little internal code as possible.
npm install littlest-dispatcherAn async-friendly, isomorphic [Flux][flux] library including implementations
of a Dispatcher, Actions, and Stores. _Part of the [Littlest][littlest] family._
- Configuration over Convention
- Simple modules
- Small API surface area
- Serializable Stores
- Promise-based Actions (with automatic event dispatch)
For an example app that doubles as a great starting point for Littlest Isomorph
projects, take a look at [the Yeoman Generator][generator].
- [Dispatchr][dispatchr]: Another isomorphic dispatcher implementation by Yahoo.
[flux]: http://facebook.github.io/flux/docs/overview.html
[littlest]: https://github.com/Littlest
[generator]: https://github.com/Schoonology/generator-littlest-isomorph
[dispatchr]: https://github.com/yahoo/dispatchr