Skip to content

Commit d964e0b

Browse files
authored
docs: Advent day 8 (#960)
1 parent 6b50faa commit d964e0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@ A lot of you disliked the dropdown navigation for the tutorial — essentially a
6464

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

67-
## Day 8
67+
## Day 8: functional bindings
6868

69-
Coming soon!
69+
You can now do `bind:value={get, set}` to validate and transform bound values. This works for all bindings, even on components.
70+
71+
- [docs](/docs/svelte/bind#Function-bindings)
72+
- [demo](/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0)
7073

7174
## Day 9
7275

0 commit comments

Comments
 (0)