Concept Flow - Reactive statements ($:)
Variable changes
$: reactive statement runs
Update dependent variables or run code
UI updates automatically
Wait for next change
When a variable changes, Svelte runs the reactive statement marked with $: to update dependent values or run code, then updates the UI automatically.