Svelte @svelte.dev · Dec 7

Day 7 — the first of a few planned improvements to the site. A lot of you (rightly!) disliked the tutorial dropdown navigation, so we fixed it. You can even navigate the tutorial with JS disabled, if you're so inclined 🎁 svelte.dev/tutorial

78 likes 5 replies

?

Replies

cervid · Dec 8

🙌

Andrew Ahearne · Dec 7

Slight issue in Safari

Matei · Dec 7

Not sure if intended, but you didn't update the blog page with day 7 - svelte.dev/blog/advent-...

Sámal Rasmussen · Dec 8

Oh I'm relieved. I was worried you guys thought that native selector with a huge list was a good solution.

Svelte · Dec 8

Day 8 — we're calling this 'function bindings'. You know how you can do `bind:value={value}`? You can now do this... bind:value={getValue, setValue} ...which lets you transform and validate data 🎁 docs svelte.dev/docs/svelte/... 🎁 demo svelte.dev/playground/1...