Package-level declarations
Functions
Link copied to clipboard
Observes a module's state as a Compose State.
Observes a module's state as a Compose State with an initial value for previews.
Link copied to clipboard
inline fun <S : ModuleState, T> onActiveValueChange(crossinline selector: (S) -> T, crossinline onChange: suspend (T) -> Unit)
Watches a selected value from state and triggers a callback when it changes.
Link copied to clipboard
Provides access to the store's dispatch function for firing actions.
Link copied to clipboard
Retrieves the Store from the CompositionLocal provided by StoreProvider.
Link copied to clipboard
Selects a module's state as a StateFlow.
Selects a module's state as a StateFlow with an initial value for previews.
Link copied to clipboard
Provides the Reaktiv store to the Compose hierarchy via CompositionLocal.