Hacker News new | ask | show | jobs
by i_love_retros 522 days ago
Why on earth would you use something like sveltekit in the first place for such a simple website?

I know people will say for the learning experience but learning what? How to basically "hello, world" in sveltekit?

1 comments

why wouldn't one use sveltekit if they only have html and css? sveltekit compiles to a static site with a nice client-side router.

sveltekit is basically html + css in a .svelte file if you don't use javascript.