use-state-advanced
Version:
A set of useState hooks and tools
35 lines (34 loc) • 748 B
JSON
{
"name": "use-state-advanced",
"version": "2.0.2",
"description": "A set of useState hooks and tools",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/grisha-sychev/use-state-advanced"
},
"keywords": [
"useState",
"react",
"extension",
"advanced",
"useLocalStorage",
"localStorage",
"useDebounce",
"useThrottle",
"usePrevious",
"useToggle",
"useCounter",
"hooks",
"react"
],
"author": "Grigory <gisha_sychev@internet.ru>",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.1.7"
}
}