sebastiendaniel-dispatcher
v1.0.4
Published
Flux dispatcher
Downloads
6
Readme
Getting started
dispatcher is a - very basic - singleton module for managing actions in your flux-like architecture.
- It seeks to reduce boilerplate code around the concept of actions.
- It creates a central control point for all application actions (no need for global constants)
- It enforces the Standard-Flux-Action structure, without the error property