

If you want to do web dev, svelte is a really good choice, I really enjoy development with it.
Sveltekit is also quite good at HTML-only sites (you can disable all client side JavaScript) which I make frequently


If you want to do web dev, svelte is a really good choice, I really enjoy development with it.
Sveltekit is also quite good at HTML-only sites (you can disable all client side JavaScript) which I make frequently


There’s not even close to enough content being posted that it’ll get too disorganized


this is important, and will help you find solutions much more specific than just “system freeze”
journalctl -b -1 and scroll to the bottom. Look for any big red text, all of that will be very helpful to diagnose this issueOtherwise,


It’s irrelevant that every distro supports every DE. The out of box experience matters a lot, you don’t want to force a beginner straight into the terminal just to get a UI they like.
For recommendations to experienced users, I agree.


It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the adapter-static and disabled the client JavaScript with export const csr = false in my +layout.ts.
I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.
Do it server side, like they already do for articles and links.
Speed, and the package manager and node backwards compatibility is great