Sveltekit Routes
Everyone loves a good route, in Svelte kit we have a file structure routing system.
The docs cover routing in-depth here Routing.
There are two types of routes, Pages, and Endpoints.
Pages
Display HTML to the user
Rendered on client and server (Can ...
blog.jarrodkane.com4 min read