use-state-ref
Version:
Convert a state to a ref when there need to a indirect use the state
25 lines (24 loc) • 481 B
JSON
{
"name": "use-state-ref",
"version": "1.0.0",
"description": "Convert a state to a ref when there need to a indirect use the state",
"keywords": [
"useRef",
"useCallback",
"hooks",
"react"
],
"author": {
"name": "Seoyeon Lee",
"email": "i@ssen.name"
},
"repository": "lunit-io/frontend-components",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"dependencies": {
"react": ">=16.8.0"
}
}