# hooks **Repository Path**: william_ning/hooks ## Basic Information - **Project Name**: hooks - **Description**: React Hooks Library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2021-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README English | [įŽ€äŊ“中文](https://github.com/alibaba/hooks/blob/master/README.zh-CN.md) # ahooks React Hooks Library. [![NPM version][image-1]][1] [![NPM downloads][image-2]][2] ## 📚 Document - [English](https://ahooks.js.org/) - [中文](https://ahooks.js.org/zh-CN/) ## ✨ 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'; ``` ## Core Team

ice

umi

Alisports
## 🤝 Contributing ``` $ git clone git@github.com:alibaba/hooks.git $ cd hooks $ npm run init $ npm start ``` Open your browser and visit http://127.0.0.1:8001 , see more at Development. We welcome all contributions, please read our [CONTRIBUTING.MD](https://github.com/alibaba/hooks/blob/master/CONTRIBUTING.MD) first, let's build a better hooks library together. ## đŸ‘Ĩ Discuss ## ✅ License [MIT](https://github.com/alibaba/hooks/blob/master/LICENSE) [1]: https://www.npmjs.com/package/ahooks [2]: https://npmjs.org/package/ahooks [image-1]: https://img.shields.io/npm/v/ahooks.svg?style=flat [image-2]: https://img.shields.io/npm/dm/ahooks.svg?style=flat