ahooks-v2

react hooks library

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ahooks-v2
11,5651222.10.15a year agoa year agoMinified + gzip package size for ahooks-v2 in KB

Readme

English | įŽ€äŊ“中文
ahooks
React Hooks Library.
!NPM versionimage-11 !NPM downloadsimage-22
:warning: ahooks 3.0 is comming! welcome to try it https://ahooks-next.surge.sh/

📚 Documentation

✨ 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

<tr>
  <td align="center">
    <a target="_blank" href="https://github.com/alibaba/ice">
      <img
        width="32"
        src="https://img.alicdn.com/tfs/TB1Jd.tb79l0K4jSZFKXXXFjpXa-482-264.png"
      />
      <br>
      <strong>ice</strong>
    </a>
  </td>
  <td align="center">
    <a target="_blank" href="https://github.com/umijs/umi">
      <img
        width="32"
        style="vertical-align: -0.32em; margin-right: 8px;"
        src="https://img.alicdn.com/tfs/TB1fhqaLAT2gK0jSZFkXXcIQFXa-132-130.png"
      />
      <br>
      <strong>umi</strong>
    </a>
  </td>
   <td align="center">
    <a target="_blank" href="https://www.alisports.com/">
      <img
        width="32"
        style="vertical-align: -0.32em; margin-right: 8px;"
        src="https://gw.alicdn.com/tfs/TB13XKjLuL2gK0jSZFmXXc7iXXa-205-59.png"
      />
      <br>
      <strong>Alisports</strong>
    </a>
  </td>
</tr>

🤝 Contributing

$ 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:8001 , see more at Development.
We welcome all contributions, please read our CONTRIBUTING.MD first, let's build a better hooks library together.

đŸ‘Ĩ Discuss

✅ License

MIT