@spacego/zustand
v1.0.1
Published
🚀 Offer the best taste of zustand.
Maintainers
Readme
@spacego/zustand
@spacego/zustand 是一个完全基于 typescript + zustand 封装的最佳食用,提供了最佳食用的 hook 等。
✨ 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 @spacego/zustand
# or
$ pnpm add @spacego/zustand `推荐`
# or
$ yarn add @spacego/zustand🔨 Usage
import { useSelector, ... } from '@spacego/zustand';🚀 API
...
