Command Palette
Search for a command to run

Reactive Statements

✓ Relevant

Legacy Svelte reactive statements using $: prefix automatically re-run when their directly-referenced dependencies change, with topological ordering and compile-time dependency detection.