Svelte @svelte.dev ยท Dec 14

Day 14 โ€” if you need to programmatically mount and unmount a component, you can now pass an `outro: true` option to `unmount` to play transitions before it is removed from the DOM ๐ŸŽ docs svelte.dev/docs/svelte/... ๐ŸŽ demo svelte.dev/playground/a...

94 likes 2 replies

?

Replies

Sam Dickinson ยท Dec 15

OMG THANK YOU! I always understood why, but it was always frustrating.

Svelte ยท Dec 15

Day 15 โ€” the new `$inspect.trace(...)` rune gives you debugging superpowers. Add it to a function that runs inside a derived or effect, and you'll see detailed information about what caused it to re-run ๐ŸŽ docs svelte.dev/docs/svelte/... ๐ŸŽ demo svelte.dev/playground/d...