@turbotools/react
v1.0.0
Published
A library of common tools and hooks for react.
Downloads
124
Maintainers
Readme
@turbo-tools/react
@turbo-tools/react
是一个基于 react
、typescript
的工具库,提供了一些常用的工具函数和hooks等。内部有依赖 turboutils
、 ahooks
、 zustand
包。
✨ Features
- Easy to learn and use.
- Contains common hooks and encapsulates common apis.
- Written in TypeScript with predictable static types.
- zustand is recommended as a state management tool.
- High performance.
📦 Install
$ npm install --save @turbotools/react
# or
$ pnpm add @turbotools/react `推荐`
# or
$ yarn add @turbotools/react
🔨 Usage
import { useSelector, ... } from '@turbotools/react';
🚀 API
...