Skip to content

alibaba/hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7bb04c ยท Oct 22, 2024
Jul 18, 2024
Feb 27, 2024
Sep 22, 2024
Jun 12, 2024
Feb 27, 2024
Oct 22, 2024
May 29, 2022
Oct 24, 2022
Jun 4, 2022
Jun 28, 2019
Dec 26, 2023
Mar 7, 2023
Jun 12, 2022
Jun 12, 2022
Jun 29, 2022
Jun 12, 2022
Jun 12, 2022
Jan 10, 2024
Dec 20, 2023
Dec 20, 2023
Dec 6, 2020
Sep 25, 2024
Nov 9, 2020
Oct 24, 2022
Sep 22, 2024
Nov 3, 2022
Sep 22, 2024
Sep 25, 2024
Sep 25, 2024
Jun 12, 2022
Jan 28, 2024
Mar 22, 2022
Nov 10, 2021
Jun 8, 2020

Repository files navigation

A high-quality & reliable React Hooks library.

NPM version NPM downloads npm npm Coverage Status gzip size Percentage of issues still open Average time to resolve an issue 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
# or
$ pnpm add ahooks
# or
$ bun add ahooks

๐Ÿ”จ Usage

import { useRequest } from 'ahooks';

๐Ÿ’ป Online Demo

Edit demo for ahooks

๐Ÿค Contributing

$ git clone git@github.com:alibaba/hooks.git
$ cd hooks
$ pnpm run init
$ pnpm 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