Skip to content

Releases: Spyna/react-store

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

20 May 19:06
4500064
Compare
Choose a tag to compare

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}

v1.1.0

28 Feb 16:14
Compare
Choose a tag to compare
v1.1.0

v1.0.2: Merge pull request #4 from Spyna/develop

02 Feb 13:24
a89d7e4
Compare
Choose a tag to compare

Update documentation and examples

v1.0.1

02 Feb 13:23
Compare
Choose a tag to compare

Nothing changed, I just updated the documentation and examples