If you’re using Svelte with coding assistants, you know that these assistants aren’t always aware of the latest features in Svelte 5 and SvelteKit. They’ll suggest outdated patterns, mix up the old reactive syntax with the new runes system, or simply hallucinate syntax that doesn’t exist. These problems have made LLM assistants less useful in Svelte and SvelteKit projects – so I decided to set out and build an MCP (Model Context Protocol) server that gives AI assistants direct acces...| Stanislav Khromov
Background5 years ago, I wrote Compile Svelte in your head. That was written for Svelte 3.But now, almost 1 year into Svelte 5 release, which introduce tons of new features, such as runes, fine-grained reactivity, and more, ...| lihautan.com
If you’re working on web applications today, you might have heard that re-renders are bad for performance. But why is that exactly? And more importantly – how can we spot these performance issues in our Svelte and SvelteKit applications? In this post, I’ll introduce you to svelte-render-scan, a visual debugging tool I created that helps you see exactly when and where your Svelte components are updating the DOM. We’ll explore why re-renders matter, how Svelte’s approach differs from ...| Stanislav Khromov
Svelte 5 as a case study in how abstractions aimed at simplifying concepts can actually make software development more complex.| hodlbod
Discover why Phoenix LiveView + Svelte is so fast and productive. Learn our production implementation tips and performance insights.| Sequin blog
tinyping's stack| bytes.zone
In my day job, I work on a JavaScript framework (LWC). And although I’ve been working on it for almost three years, I still feel like a dilettante. When I read about what’s going on in …| Read the Tea Leaves