Package-level declarations
Predictable state container based on Redux library.
Functions
Link copied to clipboard
fun <S : Any, A> createReduxStore(reducer: <Error class: unknown class><S, A>, initialState: S, vararg middlewares: dynamic): ReduxStore<S, A>
An inline helper function for creating Redux store.