1.0.1 • Published 3 months ago

@turbotools/taro v1.0.1

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

@turbo-tools/taro

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

✨ Features

  • Easy to learn and use.
  • Contains common hooks and encapsulates common apis.
  • Written in TypeScript with predictable static types.
  • High performance.

📦 Install

$ npm install --save @turbotools/taro
# or
$ pnpm add @turbotools/taro `推荐`
# or
$ yarn add @turbotools/taro

🔨 Usage

import { navigateTo, getCode, ... } from '@turbotools/taro';

🚀 API

...