close
The Wayback Machine - https://web.archive.org/web/20220315090738/https://github.com/alibaba/hooks
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 11, 2021
May 27, 2020
Jun 7, 2020

Image

A high-quality & reliable React Hooks library.

NPM version NPM downloads gzip size GitHub

English | ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ“š Documentation

โœจ 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 ahooks
# or
$ yarn add ahooks

๐Ÿ”จ Usage

import { useRequest } from 'ahooks';

๐Ÿ’ป Online Demo

Edit demo for ahooks

๐Ÿค Contributing

$ git clone [email protected]:alibaba/hooks.git
$ cd hooks
$ yarn run init
$ yarn start

Open your browser and visit http://127.0.0.1:8000

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

Thanks to all the contributors:

contributors

๐Ÿ‘ฅ Discuss

Image