📰 Dev.to · Max Core
2 articles · Updated every 3 hours · View all reads
All
Articles 67,663Blog Posts 99,888Tech Tutorials 16,367Research Papers 13,813News 12,551
⚡ AI Lessons

Dev.to · Max Core
7mo 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