4
Why I choose Svelte (mainmatter.com)
top 1 comments
sorted by: hot top new old
[-] snowe@programming.dev 2 points 3 weeks ago

These were exactly the things that drew me to Svelte as well. And yes, the author is right. If they had claimed that you should use Svelte for everything I would have immediately stopped trusting them.

Svelte is very nice for backend engineers to use for a frontend framework. It makes way more sense from a mental model, and it's incredibly lightweight, at least from what I've seen in other frameworks.

It's the exact same way I feel about Ruby. You definitely shouldn't be using it for everything, even most things, but the stuff it's good at it beats Python by a mile. And it's so much more pleasant to use.

this post was submitted on 02 Mar 2026
4 points (100.0% liked)

Svelte + SvelteKit

721 readers
1 users here now

Svelte is a JavaScript framework for building user interfaces (UIs) that compiles your code into efficient JavaScript during the build process, resulting in better performance and smaller bundle sizes. Svelte focuses on reactive programming, where UI components update themselves when data changes, eliminating the need for a virtual DOM. Svelte Kit is an extension of Svelte that adds features like routing and server-side rendering, simplifying the creation of full-stack web applications. It provides file-based routing and supports server-side rendering, enabling faster initial page loads and improved search engine optimization. Svelte Kit combines client-side Svelte components with server-side rendering and serverless functions for a seamless development experience.

founded 2 years ago
MODERATORS