1.0.1 • Published 3 months ago

@turbotools/react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@turbo-tools/react

@turbo-tools/react 是一个基于 reacttypescript 的工具库,提供了一些常用的工具函数和hooks等。内部有依赖 turboutilsahookszustand 包。

✨ 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

...

1.0.1

3 months ago

1.0.0

5 months ago

0.0.1-alpha

5 months ago