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
A simple react hook that allows you to store data within `LocalStorage` with same interface as the standard `React.useState` hook.
7
+
A simple React hook that allows you to store data within `LocalStorage` with the same interface as the standard `React.useState` hook.
8
8
9
9
## Introduction
10
10
@@ -89,7 +89,7 @@ const SomeExample2 = () = {
89
89
90
90
### Output
91
91
92
-
An array containing the value and a function to set the value. Signiature is exactly like the standard [React.useState](https://reactjs.org/docs/hooks-state.html) hook.
92
+
An array containing the value and a function to set the value. Signature is exactly like the standard [React.useState](https://reactjs.org/docs/hooks-state.html) hook.
0 commit comments