Skip to content
/ hooks Public
forked from alibaba/hooks

A high-quality & reliable React Hooks library.

License

Notifications You must be signed in to change notification settings

cc7gs/hooks

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2022
e78af70 · Nov 24, 2022
Nov 24, 2022
Sep 15, 2022
Aug 4, 2022
Nov 17, 2022
Apr 22, 2022
Nov 24, 2022
May 29, 2022
Oct 24, 2022
Jun 4, 2022
Jun 28, 2019
Nov 8, 2021
Apr 14, 2022
Jun 12, 2022
Jun 12, 2022
Jun 20, 2022
Jun 20, 2022
Jun 29, 2022
Jun 12, 2022
Jun 12, 2022
Jun 7, 2020
Nov 17, 2022
Jun 19, 2022
Dec 6, 2020
Nov 9, 2020
Oct 24, 2022
Nov 3, 2022
Nov 3, 2022
Nov 24, 2022
Nov 24, 2022
Jun 12, 2022
Oct 24, 2022
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

🔨 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.1%
  • JavaScript 1.4%
  • Other 0.5%