Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/planjs/react-utils

react utils
https://github.com/planjs/react-utils

Last synced: about 1 month ago
JSON representation

react utils

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)