项目搭建 cra 创建 react 项目 npx create-react-app my-zustand 运行 npm start 安装 zustand npm i zustand 使用 zustand // App.js import { create } from