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

xuhandong18/hooks

Repository files navigation

English | 简体中文

ahooks

React Hooks Library.

NPM version NPM downloads

📚 Document

✨ Features

  • Easy to learn and use.
  • Contains a wealth of advanced Hooks that are refined from the app.
  • Contains a wealth of basic Hooks.
  • Written in TypeScript with predictable static types.

📦 Install

npm i ahooks --save

🔨 Usage

import { useRequest } from 'ahooks';

🖥 Development

$ git clone git@github.com:ice-lab/ahooks.git
$ cd hooks
$ npm run init
$ npm start

Open your browser and visit http://127.0.0.1:8001 , see more at Development.

🤝 Contributing

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

👥 Discuss

✅ License

MIT

About

A high-quality & reliable React Hooks library.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.2%
  • Other 0.6%