摘要: 一:redux和flux的区别 1)redux是flux中的一个实现 2))在redux中我们只能定义一个store,在flux中我们可以定义多个 3)在redux中,store和dispatch都放到了store,结构更加清晰 4)在redux中本身就内置State对象,对仓库的管理更加明确 二: 阅读全文
posted @ 2018-06-14 17:06 每天都要进步一点点 阅读(3644) 评论(0) 推荐(0)