Glossary coding Term Page
browser variable
SvelteKit's flag that tells you whether the current code is running in the browser
Core Idea
browser variable is SvelteKit's flag that tells you whether the current code is running in the browser, useful for gating client-only components. It usually makes the most sense alongside Code splitting, Prefetch, Lazy loading.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.