Skip to content

mannix-lei/hooks

This branch is 1 commit ahead of, 8 commits behind alibaba/hooks:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61b7c90 · Sep 5, 2024
Jul 18, 2024
Feb 27, 2024
Sep 5, 2024
Jun 12, 2024
Feb 27, 2024
Sep 5, 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 20, 2022
Jun 20, 2022
Jun 29, 2022
Jun 12, 2022
Jun 12, 2022
Jan 10, 2024
Dec 20, 2023
Dec 20, 2023
Dec 6, 2020
Nov 9, 2020
Oct 24, 2022
Jan 29, 2024
Nov 3, 2022
Aug 21, 2024
Sep 5, 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

About

A high-quality & reliable React Hooks library. https://ahooks.pages.dev/

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%