React从入门到放弃(3):Redux简介

安装 npm i -S redux react-redux redux-devtoolshtml 概念 在redux中分为3个对象:Action、Reducer、Storereact Action 对行为(如用户行为)的抽象 Action 就是一个普通 JavaScript 对象。如:{ type: 'ADD_TODO', text: 'Go to swimming pool' }(其中type字
相关文章
相关标签/搜索