taro-ahooks
v1.1.0
Published
react hooks library
Downloads
219
Maintainers
Readme
English
taro-ahooks
Taro React Hooks Library.
[![NPM version][image-1]][1] [![NPM downloads][image-2]][2]
✨ 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 taro-ahooks --save
yarn add taro-ahooks
🔨 Usage
import { useMap } from 'taro-ahooks';
✅ License
[MIT]