11

Any thoughts?

top 3 comments
sorted by: hot top controversial new old
[-] Terr@lemmy.ml 5 points 11 months ago

Honestly, the more I think about the changes and experiment with them the more I like them. It's so much easier to do fine-grained reactivity now.

[-] silas@programming.dev 2 points 11 months ago

Yeah I was really hesitant at first, but I’m warming up to it now. I think I gotta play around with them more to truly appreciate it

[-] hiddenSin@lemmy.world 3 points 11 months ago

I will try it out over the weekend. Looks promising and I get why the did it, just kinda my mind is not ready for it :).

this post was submitted on 20 Sep 2023
11 points (100.0% liked)

Svelte + SvelteKit

495 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 1 year ago
MODERATORS