Skip to content

Releases: PabloSzx/react-state-selector

v2.0.3

14 Feb 01:30
Compare
Choose a tag to compare
update deps

v1.1.0 release, async local storage support

31 Jul 20:37
Compare
Choose a tag to compare

Support for async local storage, for example https://reactnative.dev/docs/0.53/asyncstorage or https://github.com/react-native-community/async-storage, just put the AsyncStorage object in "persistenceMethod" option.

This adds an isReady promise returned from createStore and useIsReady boolean hook from createStoreContext which will notify when they are available after getting the persistence data, if available.

Improved README and added persistence storage plugin (localStorage)

27 Mar 02:00
Compare
Choose a tag to compare