const rootReducer = combineReducers({ a: apples, b: bananas });. is equivalent to this reducer: function rootReducer(state = ...
確定! 回上一頁