SelectoComponents.Router (selecto_components v0.3.10)
Event routing and business logic for SelectoComponents.
Handles event processing, query execution, and business logic without concern for UI rendering or direct state manipulation.
Link to this section Summary
Functions
Routes and processes events, returning updated state and any side effects.
Routes and processes info messages.
Link to this section Functions
Link to this function
handle_event(event, params, state)
Routes and processes events, returning updated state and any side effects.
Link to this function
handle_info(message, state)
Routes and processes info messages.