SvelteKit components Extract a ProductCard.svelte, pass props with $props, and reuse it on the product list and the [slug] page.
Svelte 5 alternatives to stores Replace writable with $state, a .svelte.ts class, and context. Covers the SvelteKit SSR leak that a global store still has.