TypedReduxStore
open class TypedReduxStore<S : Any, A : RAction>(val store: TypedStore<S, A>) : ObservableState<S> (source)
A class implementing redux pattern backed by the Redux Kotlin library.
Parameters
S
redux state type
A
redux action type
store
a native typed redux store