Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planjs/react-utils
react utils
https://github.com/planjs/react-utils
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T05:07:30.000Z (4 months ago)
- Last Synced: 2024-10-16T10:31:18.576Z (3 months ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 5
- Watchers: 2
- 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.![NPM version](https://img.shields.io/npm/v/@planjs/react-utils.svg?style=flat)
![NPM downloads](https://img.shields.io/npm/dm/@planjs/react-utils.svg?style=flat)## 📦 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)