Skip to content

v1.3.0: Merge pull request #20 from Spyna/develop

Latest

Choose a tag to compare

@Spyna Spyna released this 20 May 19:06
· 15 commits to master since this release
4500064

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}