Concept Flow - Trigger and track for manual reactivity
Create reactive object
Call track() to register dependency
Use reactive data in effect
Call trigger() to notify changes
Effect re-runs with updated data
This flow shows how manual reactivity works by tracking dependencies and triggering updates when data changes.