Glossary coding Term Page
onMount
A Svelte hook that runs after the component attaches to the DOM—safe timing for client-onl
Core Idea
onMount is A Svelte hook that runs after the component attaches to the DOM—safe timing for client-only API calls. It usually makes the most sense alongside Page component, API, Loading/error state.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.