redux中createStore方法的默认参数

Posted fanqshun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redux中createStore方法的默认参数相关的知识,希望对你有一定的参考价值。

一般使用方法:

createStore(reducer, applyMiddleware(thunk))

 

传递默认参数:

createStore(reducer, defaultState, applyMiddleware(thunk))

参数reducer会默认为defaultState的值

以上是关于redux中createStore方法的默认参数的主要内容,如果未能解决你的问题,请参考以下文章

react中redux的理解

redux初识

混淆 createStore 在 redux 中的工作方式

我可以在组件中使用redux中的createStore()吗?

redux之createStore方法底层封装模拟

在传递给 createStore 的 preloadedState 参数中发现意外的键