Skip to content

An attempt at an async-friendly, isomorphic Flux dispatcher with as little internal code as possible.

License

Notifications You must be signed in to change notification settings

Littlest/littlest-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An attempt at an async-friendly, isomorphic Flux dispatcher with as little internal code as possible.

Resources

License

Stars

Watchers

Forks

Packages

No packages published