ReduxStore(reducer: <ERROR CLASS><S, A>, initialState: S, vararg middlewares: dynamic)
Creates a Redux store with given reducer function and initial state.
initialState
- an initial state
middlewares
- a list of optional Redux JS middlewares
Constructor
Creates a Redux store with given reducer function and initial state.