Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhhyang/hooks
react hooks
https://github.com/zhhyang/hooks
react-hooks
Last synced: about 24 hours ago
JSON representation
react hooks
- Host: GitHub
- URL: https://github.com/zhhyang/hooks
- Owner: zhhyang
- Created: 2021-02-03T07:18:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T07:50:04.000Z (over 2 years ago)
- Last Synced: 2023-03-21T03:21:36.853Z (almost 2 years ago)
- Topics: react-hooks
- Language: TypeScript
- Homepage: https://zhhyang.github.io/hooks/
- Size: 5.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @jdcfe/hooks
React Hooks Library.
## 📚 Document
## 📦 Install
```
yarn add @jdcfe/hooks
```## 🔨 Usage
```
import { useXXX } from '@jdcfe/hooks';
```