1.0.0 • Published 2 years ago

timely-hooks v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A timely rain React Hooks library.

NPM version NPM downloads gzip size GitHub

English | 简体中文

✨ Features

  • 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

📦 Install

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

🔨 Usage

import { useAsyncEffect } from 'timely-hooks';

💻 Online Demo

Edit demo for timely-hooks

🤝 Contributing

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