The Sapper is dead! Long live the SvelteKit!
SvelteKit 1.0
11–20 of 296 posts
Re: SvelteKit 1.0
#12Congratulations! Watching the live stream now.
Re: SvelteKit 1.0
#13Congrats to all the people behind this, thanks for your work.
I love svelte
Re: SvelteKit 1.0
#14Why 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
#15Thank you so much for this. I love Svelte to bits.
Re: SvelteKit 1.0
#16Congratulations 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
#17Thanks 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
#18don't forget to watch the livestream!
Re: SvelteKit 1.0
#19Congratulations to the team, you’ve built something really excellent
Re: SvelteKit 1.0
#20Congrats 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.