1.0.12 • Published 9 years ago

simple-flux-dispatcher v1.0.12

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

#simple-flux-dispatcher

simple dispatcher for flux. Works like described in the flux documentation, but simpler, and with easy to understand error messages

##install

npm install --save-dev simple-flux-dispatcher

usage

  var simpleDispatcher = require('simple-flux-dispatcher');
  var dispatcher = simpleDispatcher();


  var token = dispatcher.register(function);
  dispatcher.unregister(function);
  dispatcher.dispatch(action);
  dispatcher.waitfor(token);
1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.0

9 years ago