←back to thread

Svelte 5 Released

(www.npmjs.com)
390 points begoon | 3 comments | | HN request time: 0s | source
Show context
simonsarris ◴[] No.41890040[source]
I love Svelte and use it for all my personal projects and all company projects (except strictly static sites are still built with just 11ty but I hate it and want to move off it).

But I'm going to wait a bit on v5 for the company, scanning all the issue headlines, it looks like there are a still a lot of unresolved edge cases: https://github.com/sveltejs/svelte/issues

As for my latest personal project, upgrading right now so I can help find more of those edge cases :D

replies(4): >>41890161 #>>41890321 #>>41890438 #>>41891804 #
1. chris_pie ◴[] No.41890438[source]
offtop, but could you share a bit on why you hate 11ty? I was considering it for a static site.
replies(2): >>41891496 #>>41893606 #
2. Nathanael_M ◴[] No.41891496[source]
I adore 11ty. It’s not inherently component driven, but it’s super straightforward and endlessly customizable. It allows you to really experiment with organization, too. I like it a lot.
3. pbowyer ◴[] No.41893606[source]
I've used 11ty on and off since pre-1.0. The documentation remains awfully confusing and doesn't cover common use-cases. The system has been pulled together but not thought out as a whole.

Lume (from Deno) is my preferred 11ty alternative.