https://github.com/planjs/react-utils
react utils
https://github.com/planjs/react-utils
Last synced: 12 months ago
JSON representation
react utils
- Host: GitHub
- URL: https://github.com/planjs/react-utils
- Owner: planjs
- License: mit
- Created: 2021-05-12T02:53:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T14:40:57.000Z (over 1 year ago)
- Last Synced: 2025-07-03T17:13:01.206Z (about 1 year ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @planjs/react-utils
React Utils Library.


## 📦 Install
npm:
```shell
npm i @planjs/react-utils --save
```
yarn
```shell
yarn add @planjs/react-utils
```
## 🔥 API
- `react hooks` collect
## 🔨 Usage
```typescript
import { useMergeState } from '@planjs/react-utils';
```
## ✅ License
[MIT](https://github.com/planjs/react-utils/blob/main/README.md)