Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 832 Bytes

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.