v1.0.0
First release of this project 🎉
This release adds the following hooks and functions to the package:
useLocalStorageState: creates reactive state variables synced with localStorage.useLocalStorageReducer: similar touseReducerbut abstracted on top of localStorage.useLocalStorageSelector: hook to select some data from localStorage that automatically updates when selected data changes.createLocalStorageDispatch: creates a dispatch method that directly updates localStorage.