Sveltekit Routes
May 8, 2022 · 4 min read · 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 ...
Join discussion


