- SWR-like data fetching in Svelte I am a big fan of the [SWR](https://swr.vercel.app/) package of Vercel. Let's see how to implement something similar in Svelte.
- Journey from Gatsby to SvelteKit Recently I rebuild my website in SvelteKit, coming from Gatsby. Not only did I had to learn a new framework/format, I also jumped the gun and moved from a stable environment to a public beta!
- Deploying my newly created SvelteKit website After the local transition of Gatsby to SvelteKit was finished, it was time to get the website live! But did I manage to get it there?