Comment Java - SvelteKit, actually pretty nice (Score 1) 48
Not sure exactly why it got a documentary, thou am looking forward to checking it out.
As a long-time Java developer, Svelte & SvelteKit are the first front-end framework that I actually enjoy using, TBH. Using it with TypeScript, Prisma, Vitest, so far it's pretty nice. It's a bit weird - I keep finding in project after project it's the UI stuff that's much, much harder nowadays that the backend.
Was using HTMX + Alpine.js for a bit with Thymeleaf because I didn't want to switch to front-end tools. SvelteKit includes both front-end and back-end. Very interesting stuff.