Local Storage Value
Simple observable value 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:
useValueThis is a localStorage
version of this package:
Quick Start
Example of how to use this package in React:
createLocalStorageValue()
Create a new observable value:
Last updated