kvision / pl.treksoft.kvision.redux / createReduxStore

createReduxStore

fun <S : Any, A : RAction> createReduxStore(reducer: ReducerFun<S, A>, initialState: S, vararg middlewares: <ERROR CLASS><S>): ReduxStore<S, A>
fun <S : Any, A : RAction> createReduxStore(reducer: <ERROR CLASS><S, A>, initialState: S, vararg middlewares: dynamic): ReduxStore<S, A>

An inline helper function for creating Redux store.

Parameters

reducer - a reducer function

initialState - an initial state

middlewares - a list of optional Redux JS middlewares