首页 > 代码库 > combineReducers

combineReducers

combineReducers

  Redux provides a utility called combineReducers().

  The following two diagram has the same effect.

  技术分享技术分享

  You could also give them different keys, or call functions differently. These two ways to write a combined reducer are equivalent:

  技术分享技术分享

参考:http://redux.js.org/docs/basics/Reducers.html

combineReducers