Hacker News new | ask | show | jobs
by seanvelasco 525 days ago
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.