Redux-Toolkit(RTK)改善Redux使用体验

133 阅读1分钟

image.png

现在Redux也推荐使用RTK

安装

npm i @reduxjs/toolkit

使用

image.png

改造模块

image.png

image.png

主模块引入

image.png

组件中引入

image.png

计算属性

image.png

引入

image.png

更改下message模块

image.png

主配置文件引入

image.png

组件使用

image.png