Svelte @svelte.dev ยท Dec 1

Day 1 โ€” error boundaries! Wrap your code in a <svelte:boundary> and you can isolate and recover from unexpected errors. ๐ŸŽ docs svelte.dev/docs/svelte/... ๐ŸŽ tutorial svelte.dev/tutorial/sve...

205 likes 3 replies

?

Replies

Josh Fullmer ยท Dec 2

Wow, started off with a real banger!

Uwe Maurer ยท Dec 2

this is a great feature! I didn't know about this yet

Svelte ยท Dec 2

Day 2 โ€” `each` without `as`, for when you just want lots of one thing - docs svelte.dev/docs/svelte/... - demo svelte.dev/playground/e...