Progress Report
What You've Learned
- How to implement reactivity
- By using
Trigger
and observers - Or with optional components to change how an existing query behaves
- By using
- How to use an action manager
- Declaring actions
- Binding them to inputs
- And triggering them on entities
Going Further
- Using
Component
hooks to react when a component is added/changed or removed.