【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
时间: 2024-10-08 00:55:33