# ali-hooks **Repository Path**: CPLiu/ali-hooks ## Basic Information - **Project Name**: ali-hooks - **Description**: A high-quality & reliable React Hooks library. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://ahooks.js.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-23 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, hooks ## README

A high-quality & reliable React Hooks library. [![NPM version][image-1]][1] [![NPM downloads][image-2]][2] ![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks/dist/ahooks.js?label=gzip%20size&compression=gzip) ![GitHub](https://img.shields.io/github/license/alibaba/hooks) English | [įŽ€äŊ“中文](https://github.com/alibaba/hooks/blob/master/README.zh-CN.md)
## 📚 Documentation - [English](https://ahooks.js.org/) - [中文](https://ahooks.js.org/zh-CN/) ## ✨ 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 ```bash $ npm install --save ahooks # or $ yarn add ahooks ``` ## 🔨 Usage ```ts import { useRequest } from 'ahooks'; ``` ## đŸ’ģ Online Demo [![Edit demo for ahooks](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/demo-for-ahooks-forked-fg79k?file=/src/App.js) ## 🤝 Contributing ```bash $ git clone git@github.com:alibaba/hooks.git $ cd hooks $ yarn run init $ yarn start ``` Open your browser and visit http://127.0.0.1:8000 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. Thanks to all the contributors: contributors ## đŸ‘Ĩ Discuss [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