home
blog
about
All articles tagged 'svelte'
SWR-like data fetching in Svelte
December 10, 2021
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
April 7, 2021
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
April 7, 2021
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?