Svelte 5 `$state` won't save to IndexedDB: fixing DataCloneError
Why your reactive state fails structured clone, and the fix I shipped.
Jul 16, 20264 min read3

Search for a command to run...
Articles tagged with #svelte
Why your reactive state fails structured clone, and the fix I shipped.

I built a recipe keeper called Recipe Jar. You paste a recipe link, it gives you a clean card with just the ingredients and steps, and you can save as many recipes as you want. No account, no ads, wor
