会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
笔记
博客园
首页
新随笔
联系
管理
订阅
2023年10月11日
react native使用zustand进行状态管理
摘要: 1. 安装: # NPM npm install zustand # Yarn yarn add zustand 2. 创建store: import { create } from "zustand"; const useStore = create((set) => ({ count: 0, s
阅读全文
posted @ 2023-10-11 15:26 Li_pk
阅读(842)
评论(0)
推荐(0)
公告