Comment by DonHopkins
5 years ago
I've been following Svelte, and it sounded great, so I've wanted to use it for some time. Now I've finally started a project with SvelteKit, and it's even better than I hoped, with extra layers of greatness I didn't even realize, like pre-rendering pages, at the same time as being very mobile SPA friendly.
My favorite feature of Sveltekit is probably the server-side endpoints. It's so easy to create an API using them.