Concept Flow - onMount
Component starts
onMount hook runs
Execute onMount callback
Update component state if needed
Component renders with updated state
Component ready on page
When a Svelte component loads, onMount runs a function once, then the component updates and shows the result.