shared-store-hook
Version:
Shared state for React components. Just like useState, but shared.
36 lines (35 loc) • 801 B
JSON
{
"name": "shared-store-hook",
"version": "0.0.4",
"description": "Shared state for React components. Just like useState, but shared.",
"author": "David Cho-Lerat <github@david.cho-lerat.com>",
"license": "ISC",
"private": false,
"files": [
"index.d.ts",
"types.d.ts",
"types.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/qosenergy/shared-store-hook.git"
},
"keywords": [
"hook",
"react",
"shared state",
"shared store",
"state",
"state management",
"store",
"useState"
],
"bugs": {
"url": "https://github.com/qosenergy/shared-store-hook/issues"
},
"homepage": "https://github.com/qosenergy/shared-store-hook#readme",
"peerDependencies": {
"react": ">=16.8"
}
}