You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ npm i <a href="https://www.npmjs.com/package/react-localstorage-hooks">react-loc
25
25
26
26
27
27
### Documentation
28
-
-[`useLocalStorageState`](./src/useLocalStorageState/): creates reactive state variables synced with `localStorage`.
29
-
-[`useLocalStorageReducer`](./src/useLocalStorageReducer/): similar to [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer) but abstracted on top of `localStorage`.
30
-
-[`useLocalStorageSelector`](./src/useLocalStorageSelector/): hook to select some data from `localStorage` that automatically updates when selected data changes.
31
-
-[`createLocalStorageDispatch`](./src/createLocalStorageDispatch/): creates a `dispatch` method that directly updates `localStorage`.
28
+
-[`useLocalStorageState`](./src/useLocalStorageState/): creates reactive state variables synced with localStorage.
29
+
-[`useLocalStorageReducer`](./src/useLocalStorageReducer/): similar to [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer) but abstracted on top of localStorage.
30
+
-[`useLocalStorageSelector`](./src/useLocalStorageSelector/): hook to select some data from localStorage that automatically updates when selected data changes.
31
+
-[`createLocalStorageDispatch`](./src/createLocalStorageDispatch/): creates a dispatch method that directly updates localStorage.
32
32
33
33
### Usage
34
34
- Make sure your project is using React 16.18.0 or above.
0 commit comments