this post was submitted on 04 Apr 2025
5 points (100.0% liked)

Svelte + SvelteKit

615 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
 

The more i write with @sveltejs, the more i love it.
Makes it rather difficult to make sprawling code. It almost actively resists it?
Would recommend to replace React, if you're looking for something else.

#WebDev #svelte

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 week ago

@hazz223 @sveltejs What do you use as a UI framework? for me svelte material UI works fine, but I did not use it extensively (https://sveltematerialui.com/).

I managed also rather easily to implement very strict content security policies (without using any unsafe-*). I though do not use SSR, but have a backend in a different technology (rust/rocket).