UNPKG

react-custom-hooks-utils

Version:

This library contains a collection of reusable React custom hooks to simplify state management, side effects, and user interactions.

37 lines (36 loc) 1.06 kB
{ "name": "react-custom-hooks-utils", "version": "1.4.1", "description": "This library contains a collection of reusable React custom hooks to simplify state management, side effects, and user interactions.", "main": "index.js", "scripts": { "test": "echo \"Error: no tests specified\" && exit 1" }, "keywords": [ "react", "react hooks", "custom hooks", "useFetch", "useLocalStorage", "useToggle", "useDebounce", "useWindowSize", "usePrevious", "useClickOutside", "useHover", "useTimeout", "useForm", "Each", "custom react hooks" ], "author": "Babar Bilal", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/babarbilal56/react-custom-hooks-utils.git" }, "bugs": { "url": "https://github.com/babarbilal56/react-custom-hooks-utils/issues" }, "homepage": "https://github.com/babarbilal56/react-custom-hooks-utils#readme" }