【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
原文:http://www.cnblogs.com/tekkaman/p/6786611.html