Passing SvelteKit +page.server.ts data to +page.ts (opens in new tab)
I came across this issue when adding real-time analytics to my site, essentially what I wanted to do was get some analytics data from a server endpoint and pass that to the page. In SvelteKit you can have different ways to get data onto a...
Read the original article