Skip to content

Commit 733aed7

Browse files
docs: add atharva's tutorial
1 parent ddbf5b7 commit 733aed7

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/config.json

+4
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@
447447
{
448448
"label": "Balastrong's Tutorial",
449449
"to": "framework/react/community/balastrong-tutorial"
450+
},
451+
{
452+
"label": "Atharva's Tutorial",
453+
"to": "framework/react/community/atharva-tutorial"
450454
}
451455
]
452456
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
id: atharva-tutorial
3+
title: Atharva's Tutorial
4+
---
5+
6+
# Atharva's Tutorial
7+
8+
[Atharva Deosthale](https://links.atharva.codes), a web developer and content creator, has created a tutorial on using TanStack Forms with React (specifically Next.js framework). The video is made for people who are just getting started with knowing TanStack Forms. This video will cover client-side form validation and server-side form validation by taking advantage of the Form SDK.
9+
10+
This tutorial expects you to have basic knowledge of working of React and client-server architectures.
11+
12+
[Link to the video - TanStack Form Tutorial - Best Form Library for React?](https://youtu.be/5oFQd-uAAHo?si=tR-SdJiRIUyYhk62)
13+
14+
## Timestamps
15+
16+
Following are links to specific parts of the video, if you want to jump right into what's more important to you.
17+
18+
- [Introduction (0:00)](https://youtu.be/5oFQd-uAAHo?si=RcIMHTjKETF-HNyS)
19+
- [Browsing Documentation (0:45)](https://youtu.be/5oFQd-uAAHo?si=d-Hhs1ksNX4WSDCx&t=45)
20+
- [Creating a Next.js app & Installing TanStack Forms (1:53)](https://youtu.be/5oFQd-uAAHo?si=gWdW3_wKotdtAWYF&t=113)
21+
- [Client side validation using TanStack Forms (3:10)](https://youtu.be/5oFQd-uAAHo?si=UswO6gcW5bzZji95&t=190)
22+
- [Server side validation on server action using TanStack Forms (14:20)](https://youtu.be/5oFQd-uAAHo?si=lcv0VXVB7T2tHS4T&t=860)
23+
- [Conclusion (28:38)](https://youtu.be/5oFQd-uAAHo?si=044UFSOb-yuPevz4&t=1718)

0 commit comments

Comments
 (0)