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

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;
}
主站蜘蛛池模板: 元谋县| 江安县| 顺昌县| 孟津县| 隆化县| 胶南市| 平昌县| 九台市| 栾川县| 察雅县| 南城县| 威信县| 新营市| 郧西县| 文安县| 余干县| 台东县| 桂东县| 新和县| 青铜峡市| 鹿邑县| 彰武县| 贺兰县| 深州市| 东乡族自治县| 收藏| 驻马店市| 阳山县| 分宜县| 旅游| 湖北省| 万宁市| 长子县| 浦县| 香河县| 竹山县| 枣强县| 淄博市| 沙雅县| 大城县| 玉环县|