- 01<svelte:window> Deep dive into Svelte 5's <svelte:window> for window events, reactive bindings, SSR-safe usage, and building responsive, window-aware applications.30 min reference
- 02<svelte:document> Deep dive into Svelte 5's `<svelte:document>` special element for document-level events, reactive bindings, and attachments.20 min reference
- 03<svelte:body> Deep-dive into Svelte 5's `<svelte:body>` special element for global event handling, keyboard shortcuts, click-outside patterns, and runes-based reactivity.18 min reference
- 04<svelte:head> Deep dive into Svelte 5's `<svelte:head>` for document head management, SEO, SSR, dynamic meta tags, and patterns for complex apps.22 min reference
- 05<svelte:element> Deep dive into Svelte 5's `<svelte:element>` for rendering dynamic HTML tags, building polymorphic components, and handling semantic, CMS-driven content.18 min reference
- 06<svelte:boundary> Deep dive into Svelte 5's error boundary special element for robust error handling in component-based applications.25 min reference
- 07<svelte:options> Learn how to use Svelte 5's <svelte:options> to control runes mode, namespaces, CSS injection, and compile components as reusable custom elements.35 min reference