Skip to content
Merged

day 8 #960

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@ A lot of you disliked the dropdown navigation for the tutorial — essentially a

- [tutorial](/tutorial/svelte/welcome-to-svelte)

## Day 8
## Day 8: functional bindings

Coming soon!
You can now do `bind:value={get, set}` to validate and transform bound values. This works for all bindings, even on components.

- [docs](/docs/svelte/bind#Function-bindings)
- [demo](/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0)

## Day 9

Expand Down
Loading