官术网_书友最值得收藏!

Configuring the root reducer

Our root reducers can reside in a reducers.js file. We are going to use the combinedReducers utility function from the Redux library:

import { combineReducers } from "redux";

import history from "utils/history";

export default function createReducer(injectedReducers = {}) {
const rootReducer = combineReducers({
...injectedReducers
});
return rootReducer;
}
主站蜘蛛池模板: 海兴县| 玉门市| 奉化市| 东明县| 泉州市| 枣庄市| 黄浦区| 霍林郭勒市| 房山区| 广平县| 海晏县| 武平县| 河北省| 类乌齐县| 合阳县| 肇东市| 富平县| 榆树市| 平舆县| 卓尼县| 静安区| 长岛县| 平昌县| 抚顺县| 眉山市| 大洼县| 大渡口区| 新河县| 通化市| 将乐县| 潮安县| 福海县| 葫芦岛市| 清苑县| 抚松县| 稷山县| 宜兰县| 玛曲县| 雷山县| 靖远县| 志丹县|