redux dispatch多个action会渲染多次吗
1 回答
jeck猫
TA贡献1909条经验 获得超7个赞
通常正常的结构是: export function myAction(id) { return { type: 'floor', loadStatus: 'loading', loadNum: id } } reducer:
- 1 回答
- 0 关注
- 784 浏览
添加回答
举报
0/150
提交
取消