Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.33 KB

README-zh_CN.md

File metadata and controls

52 lines (36 loc) · 1.33 KB

TIMELY HOOKS

一套及时雨的 React Hooks 库

NPM version NPM downloads gzip size GitHub

English | 简体中文

✨ 特性

  • 易学易用
  • 支持 SSR
  • 对输入输出函数做了特殊处理,避免闭包问题
  • 包含大量提炼自业务的高级 Hooks
  • 包含丰富的基础 Hooks
  • 使用 TypeScript 构建,提供完整的类型定义文件

📦 安装

$ npm install --save timely-hooks
# or
$ yarn add timely-hooks

🔨 使用

import { useAsyncEffect } from 'timely-hooks';

💻 在线体验

Edit demo for timely-hooks

🤝 参与共建

$ git clone git@github.com:kangyana/timely-hooks.git
$ cd hooks