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