Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamhongphuc1999/react-hook-utils
Simple package which provides some utility hooks.
https://github.com/phamhongphuc1999/react-hook-utils
react-hooks
Last synced: about 2 months ago
JSON representation
Simple package which provides some utility hooks.
- Host: GitHub
- URL: https://github.com/phamhongphuc1999/react-hook-utils
- Owner: phamhongphuc1999
- Created: 2024-06-19T02:59:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:36:36.000Z (3 months ago)
- Last Synced: 2024-09-19T05:04:05.249Z (3 months ago)
- Topics: react-hooks
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@peter-present/react-hook-utils
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@peter-present/react-hook-utilsSimple package which provides some utility hooks.
### Installation
- Using `npm`
```shell
npm install @peter-present/react-hook-utils
```- Using `yarn`
```shell
yarn add @peter-present/react-hook-utils
```- Using `bun`
```shell
bun add @peter-present/react-hook-utils
```- You can read document [here](https://github.com/phamhongphuc1999/react-hook-utils/blob/main/documents/api.md)