inline fun <reified S : Any, A> createReduxStore(noinline reducer: <ERROR CLASS><S, A>, initialState: S, vararg middlewares: dynamic): ReduxStore<S, A>
An inline helper function for creating Redux store.
reducer - a reducer function
reducer
state - an initial state
state
middlewares - a list of optional Redux JS middlewares
middlewares