-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
8,955 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# react-utils | ||
react utils | ||
# @planjs/react-utils | ||
React Utils Library. | ||
|
||
## TODO | ||
- [ ] debounce use lodash debounce | ||
![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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
// This file is not used in compilation. It is here just for a nice editor experience. | ||
"extends": "@tsconfig/docusaurus/tsconfig.json", | ||
"compilerOptions": { | ||
"baseUrl": "." | ||
} | ||
} |
Oops, something went wrong.