24 days, 24 videos with tips, tricks and features you didn't know about
we're hitting the ground running with the lesser-known $inspect(...) and $inspect.trace(...) runes (docs: svelte.dev/docs/svelte/...)
follow along here! advent.sveltesociety.dev/2025
24 days, 24 videos with tips, tricks and features you didn't know about
we're hitting the ground running with the lesser-known $inspect(...) and $inspect.trace(...) runes (docs: svelte.dev/docs/svelte/...)
follow along here! advent.sveltesociety.dev/2025
Notion API importer, with Databases to Bases conversion
github.com/obsidianmd/o...
Notion API importer, with Databases to Bases conversion
github.com/obsidianmd/o...
📂 got
📂 𝗆̶𝖺̶𝗂̶𝗅̶ folders
📂 got
📂 𝗆̶𝖺̶𝗂̶𝗅̶ folders
Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.
With big O notation you can better understand how algorithms will perform in practice, finding orders of magnitude improvements often with very simple changes to your code.
Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.
With big O notation you can better understand how algorithms will perform in practice, finding orders of magnitude improvements often with very simple changes to your code.
www.youtube.com/watch?v=qmUh...
www.youtube.com/watch?v=qmUh...
- State vars are just properties on a class
- Complex values, like this cursor position, can be $derived from other state. Svelte figures out when to recompute
- Go-to definition shows all the usages of that state too
- State vars are just properties on a class
- Complex values, like this cursor position, can be $derived from other state. Svelte figures out when to recompute
- Go-to definition shows all the usages of that state too
Just about every app is going to involve async operations (e.g. fetching data). What if you could just… await it right in the framework? In Svelte, you can! Rich Harris teaches us how.
Details: