Svelte 5 introduces $effect.tracking, a rune to manage tracking contexts, such as in effects or templates. This post explains why this rune was added and the problems it solves.
Read nowSvelte in Depth
A series that dives into Svelte’s more advanced and nuanced features, helping developers master the framework beyond the basics.
1. The $effect.tracking rune 2. The $effect.root rune This article explores Svelte’s $effect.root rune, detailing its purpose, usage, and common misconceptions. It covers scenarios where $effect.root is essential, explains its lifecycle considerations, and offers alternatives.
Read now3. The createSubscriber() function Learn how the createSubscriber() function in Svelte helps manage reactive values from external sources. Discover which problems it solves, when to use it, and how it works under the hood.
Read now