Raxol.Core.Runtime.ComponentManager (Raxol v0.4.0)
View SourceManages component lifecycle and state in the Raxol runtime system.
This module is responsible for:
- Mounting and unmounting components
- Managing component state
- Handling event dispatch to components
- Managing component subscriptions
- Coordinating updates and renders
Summary
Functions
Returns a specification to start this module under a supervisor.
Retrieves a specific component's data by its ID.
Retrieves the current render queue and clears it.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Retrieves a specific component's data by its ID.
@spec get_render_queue() :: [String.t()]
Retrieves the current render queue and clears it.