littlest-dispatcher
v0.2.6
Published
An attempt at an async-friendly, isomorphic Flux dispatcher with as little internal code as possible.
Downloads
42
Readme
Littlest Dispatcher
An async-friendly, isomorphic Flux library including implementations of a Dispatcher, Actions, and Stores. Part of the Littlest family.
Philosophy
- Configuration over Convention
- Simple modules
- Small API surface area
Features
- Serializable Stores
- Promise-based Actions (with automatic event dispatch)
Usage
For an example app that doubles as a great starting point for Littlest Isomorph projects, take a look at the Yeoman Generator.
Alternatives
- Dispatchr: Another isomorphic dispatcher implementation by Yahoo.