Skip to content

Commit 0cfda7f

Browse files
authored
docs: add composition api tutorial (#1283)
1 parent aa67cc8 commit 0cfda7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/framework/react/community/balastrong-tutorial.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ Use schema libraries like zod, yup or valibot to define your schema with validat
3030
## 6. [Side effects and listeners](https://youtu.be/A-w2IG7DAso)
3131

3232
Similarly to field validators, you can attach events to field listeners and react to them, for example to reset a field when another one it depends on has changed. [Watch video (5:50)](https://youtu.be/A-w2IG7DAso)
33+
34+
## 7. [Composable Fields for Large Forms](https://youtu.be/YJ3rW85fnKo)
35+
36+
With the Composition APIs you can create reusable components, pre-bound and connected to a generic form context, heavily reducing repetitive code in all form instances across the app. This is especially useful for large forms with many fields. [Watch video (11:01)](https://youtu.be/YJ3rW85fnKo)

0 commit comments

Comments
 (0)