brodux

1.0.15 • Public • Published

brodux

const store = createStore(...);

store.subscribeByKey({
   // while dispatching action cause [stateName] had changed.
   stateName(newValue, oldValue){
      ...
   }
});

version

1.0.8

Package Sidebar

Install

npm i brodux

Weekly Downloads

1

Version

1.0.15

License

GPL2.0

Last publish

Collaborators

  • zhouyg