UNPKG

useone-react

Version:

This package was make for advance version of useState(). it's simplify to use one state in anywhere of your project to transfer data without props , usecontext(), session storage.It's act like usestate() but different...

34 lines (33 loc) 836 B
{ "name": "useone-react", "version": "1.2.2", "description": "This package was make for advance version of useState(). it's simplify to use one state in anywhere of your project to transfer data without props , usecontext(), session storage.It's act like usestate() but different...", "main": "dist/index.js", "types": "dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "usestate", "usecontext", "no-props", "session-storage", "react", "typescript", "component", "useone", "useone-react", "Useone-react" ], "author": "prem kumar G.M", "license": "ISC", "dependencies": { "@types/react": "^18.3.11", "react": "^18.3.1", "typescript": "^5.6.3" } }