redux中createStore方法的默认参数
Posted fanqshun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redux中createStore方法的默认参数相关的知识,希望对你有一定的参考价值。
一般使用方法:
createStore(reducer, applyMiddleware(thunk))
传递默认参数:
createStore(reducer, defaultState, applyMiddleware(thunk))
参数reducer会默认为defaultState的值
以上是关于redux中createStore方法的默认参数的主要内容,如果未能解决你的问题,请参考以下文章