Glossary coding Term Page

<svelte:fragment>

A Svelte-specific tag used to group several elements before inserting them into a named sl

svelte-fragment #coding#svelte
Korean version

Related Concepts

Core Idea

[[svelte-fragment|svelte:fragment]] is A Svelte-specific tag used to group several elements before inserting them into a named slot. It usually makes the most sense alongside Layout, Slot, Named slot.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept