随笔分类 -  redux

Redux Toolkit——基操
摘要:redux-toolkit是redux的升级版 ###安装 npm install @reduxjs/toolkit // 在react中还需要搭配react-redux使用 npm install react-redux ###模块的写法 // counterReducer.ts import { 阅读全文

posted @ 2022-10-14 15:04 In-6026 阅读(102) 评论(0) 推荐(0)

导航