
Svelte: Maintaining state of hidden components
In a complex UI, we often need to hide components—for example, switching between tabs, showing a modal, or collapsing a...

Presented svelte-lexical at Svelte Society Show
I presented svelte-lexical today at the weekly YouTube show `This Week in Svelte‘ hosted by Paulo.

Released svelte-lexical 0.6.0 – Dark mode & Embed videos/tweets
Release 0.6.0 has a bunch of exciting new features and several bug fixes. See the GitHub release page for the...

Svelte Reactivity : Beyond the basics
Svelte 5 introduces a powerful and refined reactivity system that gives developers greater control and clarity. In this post, we’ll...

Taking advantage of fine-grained reactivity in Svelte
Let’s consider the example of a list component where we want to differently style the selected item. Approach 1: Selection...