Concept Flow - Reactive declarations (let)
Declare reactive variable with let
Assign initial value
Change dependency variable
Reactive declaration re-evaluates
Update reactive variable value
UI updates automatically
This flow shows how a reactive variable declared with let updates automatically when its dependencies change, triggering UI updates.