Glossary coding Term Page

onMount

A Svelte hook that runs after the component attaches to the DOM—safe timing for client-onl

onmount #coding#svelte
Korean version

Related Concepts

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.

Posts Mentioning This Concept