Local Storage Store
Simple observable store that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
Source code is hosted on GitHub
Seamless React integration is shipped in a separate package:
useStoreThis is a localStorage
version of this package:
Quick Start
Example of how to use this package in React:
createLocalStorageStore()
Create a new observable store:
Last updated