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字
相關文章
相關標籤/搜索