Package-level declarations
Types
Link copied to clipboard
A builder for sideEffects.
Link copied to clipboard
A scope for a SideEffect.
Functions
Link copied to clipboard
fun <State, Action : Any> sideEffects(builder: SideEffectsBuilder<State, Action>.() -> Unit): Middleware<State, Action>
Creates a Middleware that handles side effects. A side effect observes specified actions and may dispatch other actions. This can handle asynchronous operations using coroutines.