Skip to content
forked from alibaba/hooks

A high-quality & reliable React Hooks library.

License

Notifications You must be signed in to change notification settings

thinkasany/hooks

This branch is 72 commits behind alibaba/hooks:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 20, 2023
6266eaa · Dec 20, 2023
Feb 20, 2023
Sep 15, 2022
Aug 4, 2022
Dec 20, 2023
Jun 25, 2023
Nov 19, 2023
May 29, 2022
Oct 24, 2022
Jun 4, 2022
Jun 28, 2019
Nov 8, 2021
Mar 7, 2023
Jun 12, 2022
Jun 12, 2022
Jun 20, 2022
Jun 20, 2022
Jun 29, 2022
Jun 12, 2022
Jun 12, 2022
Jun 7, 2020
Dec 20, 2023
Dec 20, 2023
Dec 6, 2020
Nov 9, 2020
Oct 24, 2022
Jun 27, 2023
Nov 3, 2022
Jul 12, 2023
Jul 12, 2023
Jun 12, 2022
Mar 16, 2023
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

About

A high-quality & reliable React Hooks library.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.3%
  • Other 0.5%