TypedReduxStore

fun <S : Any, A : RAction> TypedReduxStore(store: <Error class: unknown class><S, A>)

Creates a Redux store with given reducer function and initial state.

Parameters

S

redux state type

A

redux action type

store

a native typed redux store