Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.73 KB

English | 简体中文

@umijs/hooks

react hooks library

NPM version NPM downloads

Install

npm i @umijs/hooks --save

Usage

import { useAsync } from '@umijs/hooks';

Development

$ git clone git@github.com:umijs/hooks.git
$ cd hooks
$ npm install
$ npm start

Open your browser and visit http://127.0.0.1:8001/hooks , see more at Development.

Contributing

We welcome all contributions, please read our CONTRIBUTING.MD first, let's build a better hooks library together.

Community

Github Issue 钉钉群 微信群
umijs/hooks/issues

License

MIT