Command Palette
Search for a command to run

Svelte 5 Migration Guide

✓ Relevant

Svelte 5 replaces implicit reactivity with explicit runes ($state, $derived, $effect), converts event directives to properties, replaces slots with snippets, changes components from classes to functions, and requires modern browser features.