An async-friendly, isomorphic Flux library including implementations of a Dispatcher, Actions, and Stores. Part of the 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.
- Dispatchr: Another isomorphic dispatcher implementation by Yahoo.