Redux
Posted xjy20170907
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redux相关的知识,希望对你有一定的参考价值。
1 React Components -> Action Creators -> Reducers -> Store
用户通过界面组件触发action函数,然后通过reducer更新store里存储的数据。
2 redux是单独的框架,不是react的一部分,可以用react-redux中的connect将react与redux关联起来。
以上是关于Redux的主要内容,如果未能解决你的问题,请参考以下文章