We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130aa1b commit 53306c0Copy full SHA for 53306c0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@phntms/use-local-state",
3
- "description": "Description, same as overview one-liner from README.md.",
+ "description": "A simple react hook that allows you to store data within LocalStorage with same interface as the standard React.useState hook.",
4
"version": "0.0.1",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -16,7 +16,9 @@
16
"react",
17
"hooks",
18
"hook",
19
- "react-hook"
+ "react-hook",
20
+ "localstorage",
21
+ "state"
22
],
23
"scripts": {
24
"build": "tsc",
@@ -67,4 +69,4 @@
67
69
"typescript": "^4.1.5"
68
70
},
71
"dependencies": {}
-}
72
+}
0 commit comments