Live data from Hacker News

SvelteKit 1.0

svelte.dev

11–20 of 296 posts

Re: SvelteKit 1.0

#14
Why is there a new frontend-whatever-work / tool every week? Database stuff is fairly stable, so is backend stuff. Browser APIs seem stable to me too? Why can't you guys decide that this is how things are best done

Re: SvelteKit 1.0

#16
Congratulations to the team for releasing this.

For someone who hasn't followed svelte closely, How much JS sveltekit ship by default using SSR

Re: SvelteKit 1.0

#17
Thanks for finally having a SvelteKit tutorial :)

I was using SvelteKit, but I really need the tutorial to get better at it (also to adapt better to the changes that have happened).

Re: SvelteKit 1.0

#20
post #9

Congrats to the team for this! I have been building an application in SvelteKit and it's an incredible framework. I really believe it's going to become the dominant front-end framework in the next few years.

I completely agree except that I would say "full stack framework" instead of "frontend framework." Just add a db and you are good to go. I tried it out when building a couple of non-critical internal apps for clients (basic CRUD apps, but with some pretty complex business rules). SvelteKit is beautifully designed. It makes things that used to be a bit of a pain super easy to understand and implement. You can use pretty much any NPM vanilla js/ts library. The timing here could not be better for me. I will definitely be using SK for my next project.
Post reply on HN