react hooks library
npm install timely-hooksA timely rain React Hooks library.
[![NPM version][npm]][npm-url]
[![NPM downloads][npm-downloads]][npm-url]
!gzip size
!GitHub
English | 简体中文
- Easy to learn and use
- Supports SSR
- Special treatment for functions, avoid closure problems
- Contains a large number of advanced Hooks that are refined from business scenarios
- Contains a comprehensive collection of basic Hooks
- Written in TypeScript with predictable static types
``bash`
$ npm install --save timely-hooksor
$ yarn add timely-hooks
`ts`
import { useAsyncEffect } from 'timely-hooks';

`bash``
$ git clone git@github.com:kangyana/timely-hooks.git
$ cd hooks
[npm]: https://img.shields.io/npm/v/timely-hooks.svg?style=flat
[npm-url]: https://www.npmjs.com/package/timely-hooks
[npm-downloads]: https://img.shields.io/npm/dm/timely-hooks.svg?style=flat