A class implementing redux pattern backed by the Redux Kotlin library.
redux state type
redux action type
a native typed redux store
Creates a Redux store with given reducer function and initial state.
Dispatches a synchronous action object.
Dispatches an asynchronous action function.