Redux Store
open class ReduxStore<S : Any, A : RAction>(reducer: <Error class: unknown class><S, A>, initialState: S, middlewares: <Error class: unknown class><S>)
Deprecated
Use TypedReduxStore instead.
Replace with
TypedReduxStore(store)Content copied to clipboard
A class implementing redux pattern backed by the Redux Kotlin library.