react-use-local-storage icon indicating copy to clipboard operation
react-use-local-storage copied to clipboard

React hook that persists and syncs state with local storage

Results 3 react-use-local-storage issues
Sort by recently updated
recently updated
newest added

Since any meaningful behavior hinges on the availability of the `window` object, this hook doesn't work well in testing environments. We should be able to gracefully degrade to work exactly...

Hi, While the storage event is fired when another page modifies local storage, it's not fired when the _current_ page modifies local storage. Thus two components on the same page...