brodux
const store = createStore(...);
store.subscribeByKey({
// while dispatching action cause [stateName] had changed.
stateName(newValue, oldValue){
...
}
});
version
1.0.8
const store = createStore(...);
store.subscribeByKey({
// while dispatching action cause [stateName] had changed.
stateName(newValue, oldValue){
...
}
});
1.0.8
npm i brodux
0
1.0.15
GPL2.0