随笔分类 -  React

摘要:1、安装 npm install @reduxjs/toolkit react-redux 2、使用 2.1 创建一个 Redux Store app/store.js import { configureStore } from '@reduxjs/toolkit' export const st 阅读全文
posted @ 2023-12-09 16:12 guozhenshu 阅读(43) 评论(0) 推荐(0) 编辑
摘要:注:官方推荐使用 redux-toolkit 1、项目准备 创建项目 npx create-react-app 项目名称 安装 redux npm install --save redux 安装 react-redux npm install --save react-redux 2、示例: Tod 阅读全文
posted @ 2023-12-09 16:12 guozhenshu 阅读(10) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示