react-hook-effect
Version:
> Is a react-library consist of some react hooks > Hooks are for two areas: 1) for UI 2) for Web API
40 lines (39 loc) • 843 B
JSON
{
"name": "react-hook-effect",
"version": "2.1.1",
"description": "",
"main": "./root/index.js",
"directories": {
"examples": "examples",
"test": "test"
},
"keywords": [
"uselocalstorage",
"usesessionstorage",
"usefetch",
"react hook effect",
"react-hook-effect",
"react localstorage",
"react sessionstorage",
"synchronous react localstorage",
"location",
"uselocation",
"use location"
],
"scripts": {
"test": "jest"
},
"author": "Kuzmin Anton",
"license": "ISC",
"devDependencies": {
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/workonika/reacteffect.git"
},
"bugs": {
"url": "https://github.com/workonika/reacteffect/issues"
},
"homepage": "https://github.com/workonika/reacteffect#readme"
}