An open API service indexing awesome lists of open source software.

https://github.com/dshuais/turbo-utils

🚀一个常用工具库,turboutils
https://github.com/dshuais/turbo-utils

common react tools typescript utils utils-lib vue

Last synced: 4 months ago
JSON representation

🚀一个常用工具库,turboutils

Awesome Lists containing this project

README

          

# turbo-utils

`turbo-utils` 是采用 pnpm + monorepo 开发模式的工具包项目;基于 `TypeScript`、`React`、`Taro` 等开发与封装,由个人不定时开发维护。支持按需引入。

## ✨ 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

现有纯工具函数库 `turboutils` 、基于React封装的常用工具、hooks库 `@turbotools/react` 和基于Taro封装的常用tools、hooks库 `@turbotools/taro` 。

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

## 🔨 Usage

```ts
import { ... } from 'turboutils | @turbotools/react | @turbotools/taro';
```

## 📝 Documentation

[文档地址-完善中](https://github.com/dshuais/turbo-utils)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/dshuais/turbo-utils/issues).

## 📝 License

MIT