UNPKG

react-state-bucket

Version:

A lightweight and powerful package designed to manage states globally in React applications. It provides CRUD operations for your state data with ease, enabling developers to handle complex state management scenarios without the need for heavy libraries.

40 lines 1.16 kB
{ "version": "1.2.2", "name": "react-state-bucket", "author": "Naxrul Ahmed", "license": "MIT", "repository": { "type": "github", "url": "https://github.com/devnax/react-state-bucket.git" }, "description": "A lightweight and powerful package designed to manage states globally in React applications. It provides CRUD operations for your state data with ease, enabling developers to handle complex state management scenarios without the need for heavy libraries.", "homepage": "https://github.com/devnax/react-state-bucket#readme", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "devDependencies": { "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "makepack": "^1.7.7", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^4.4.2" }, "keywords": [ "react", "state management", "state management for React", "React state library", "global state", "CRUD operations", "lightweight", "typescript" ], "exports": { ".": { "import": "./index.mjs", "require": "./index.js", "types": "./index.d.ts" } } }