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
- Host: GitHub
- URL: https://github.com/dshuais/turbo-utils
- Owner: dshuais
- Created: 2024-12-24T07:37:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T15:56:57.000Z (over 1 year ago)
- Last Synced: 2025-10-28T16:52:09.817Z (8 months ago)
- Topics: common, react, tools, typescript, utils, utils-lib, vue
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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