📰 Dev.to · Max Core
2 articles · Updated every 3 hours · View all reads
All
Articles 71,413Blog Posts 101,109Tech Tutorials 17,347Research Papers 15,342News 12,843
⚡ 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