We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4500064
There was an error while loading. Please reload this page.
Added these features:
set multiple values in store in one shot: store.setAll()
store.setAll()
you can add a function that acts as a listener to the store changes. (state) => { do something with new state}
(state) => { do something with new state}
0290ba6
v1.1.0
a89d7e4
Update documentation and examples
506a69a
Nothing changed, I just updated the documentation and examples