摘要: 1 React Components -> Action Creators -> Reducers -> Store 用户通过界面组件触发action函数,然后通过reducer更新store里存储的数据。 2 redux是单独的框架,不是react的一部分,可以用react-redux中的conn 阅读全文
posted @ 2019-07-05 17:47 seeBetter 阅读(263) 评论(0) 推荐(0)