combineReducers

Posted Tekkaman

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

combineReducers

如何用 jest 测试 combineReducers

Redux 中的CombineReducer的函数详解

Redux 的 combineReducers 和 TypeScript

combineReducers 无法正常工作。任何人都可以看到问题吗?

combineReducers 破坏 Redux 状态并破坏多个 ImmutableJs 减速器