Progress Report
What You've Learned
- How Z-Index works in 2d: higher values are in front
- How to implement reactivity
- By using
Trigger
and observers - Or with optional components to change how an existing query behaves
- By using
Going Further
- Using
Component
hooks to react when a component is added/changed or removed.