标签: reactjs react-universal
在官方文档中,有人说如何将reducer添加到存储中:
onLoad: (module, info, props, context) => { context.store.replaceReducer({ ...otherReducers, foo: module.fooReducer }) }
我遇到的问题是我不明白我在哪里可以找到所有已经添加的异径管以存储,因此我可以将它们作为 ... otherReducers 参数传递
所以现在我删除了所有不属于最后加载组件的减速器。