📰 Dev.to · Max Core
2 articles · Updated every 3 hours · View all reads
All
Articles 89,383Blog Posts 108,035Tech Tutorials 22,205Research Papers 18,925News 14,693
⚡ AI Lessons

Dev.to · Max Core
8mo ago
Svelte: Best practice to combine $derived and $state
First approximation: let { data } = $props(); let posts = $derived.by(() => { let posts =...

Dev.to · Max Core
9mo ago
SvelteKit 2: How to make code-based router instead of file-based router
I've wrote lots about how to make a patch on that, and now, still not an npm module, but at least we...
DeepCamp AI