Added these features:
-
set multiple values in store in one shot:
store.setAll()
-
you can add a function that acts as a listener to the store changes.
(state) => { do something with new state}
Added these features:
set multiple values in store in one shot: store.setAll()
you can add a function that acts as a listener to the store changes. (state) => { do something with new state}