拆分多個reducer

'use strict'; // 爲了更好地識別es6語法 // 拆分reducer const Redux = require('redux'); const createStore = Redux.createStore; const combineReducers = Redux.combineReducers; // state => {a: [], b: []} // action
相關文章
相關標籤/搜索