Writing about Svelte
-
Simplify data fetching in SvelteKit with page endpoints
Page endpoints are a new way to simplify fetching data from endpoints in SvelteKit. They reduce the amount of code needed to fetch data, and prevent to forget handling HTTP errors.