Data loading in SvelteKit (opens in new tab)
With the recent changes to SvelteKit which has invalidated a lot of content already out there, I want to make some notes on how to load data in SvelteKit. First up, if you weren’t aware, SvelteKit completely changed how file based routing is done.
Read the original article