brodux
v1.0.15
Published
魔改redux
Downloads
5
Maintainers
Readme
brodux
const store = createStore(...);
store.subscribeByKey({
// while dispatching action cause [stateName] had changed.
stateName(newValue, oldValue){
...
}
});
version
1.0.8