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:
以上是关于combineReducers的主要内容,如果未能解决你的问题,请参考以下文章
Redux 的 combineReducers 和 TypeScript