摘要: github仓库地址:https://github.com/wanghao12345/react-book 使用constants constants主要是用来管理一些固定的常量,在功能模块下的store新建constants.js文件。内容如下: 使用actionCreators 最开始在使用ma 阅读全文
posted @ 2019-07-09 13:55 CodingCoder 阅读(762) 评论(0) 推荐(0)
摘要: github仓库地址:https://github.com/wanghao12345/react-book 背景 如果一个项目,比较大,需要redux存储的状态数据比较多时,reducer.js无疑是会非常臃肿的。所以为了简化reducer.js文件,我们应该按照功能模块将这个大的reducer.j 阅读全文
posted @ 2019-07-09 11:25 CodingCoder 阅读(1248) 评论(0) 推荐(0)