Attribute Macros§
- component
- Impl-level macro that automatically handles Component trait boilerplate.
- effect
- Marks an async method as a single effect that runs in the background.
- update
- Simplifies component update methods by automatically handling message downcasting, state fetching, and topic routing.
- view
- Simplifies component view methods by automatically fetching state from the context.
Derive Macros§
- Component
- Derive macro that implements the Component trait