Server Routes

Server-side routes are used to link the frontend with the storage/database of the web application. Let's get an overview of the server-side routes.

We'll cover the following...

There are two types of routes in Sapper: pages and server routes. According to official documentation, “Pages are Svelte components written in .svelte ...