Concept Flow - Reactive data with ref
Create ref with initial value
Access ref.value to read
Change ref.value to update
Vue tracks ref change
Trigger reactive updates
Component re-renders with new value
This flow shows how Vue's ref creates reactive data, tracks changes, and triggers updates in the component.