bell-tree-flux
Abstract
Simple flux library.
- sample project https://github.com/jsuzuki20120311/bell-tree-flux-sample
- demo https://www.belltree.tokyo/bell-tree-flux-sample/
install
$ npm install bell-tree-flux --save
import
require
var BellTreeFlux = default;
ES2015 import
;
How to use
setStore
var BellTreeFlux = default; var store = { // do something }; BellTreeFluxDispatcher;
register
// arg1: actionName , arg2: event handler callback functionBellTreeFluxDispatcher;
remove
// arg1: actionName , arg2: event handler callback functionBellTreeFluxDispatcher;
License
MIT