Skip to content

mancoxu/hooks

Repository files navigation

English | 简体中文

@umijs/hooks

React Hooks Library.

NPM version NPM downloads

✨ 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 @umijs/hooks --save

🔨 Usage

import { useAsync } from '@umijs/hooks';

🖥 Development

$ git clone git@github.com:umijs/hooks.git
$ cd hooks
$ npm install
$ 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.

✅ License

MIT

About

React Hooks Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.1%
  • JavaScript 24.9%