Skip to content

docs: add atharva's tutorial (community) #1326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@
{
"label": "Balastrong's Tutorial",
"to": "framework/react/community/balastrong-tutorial"
},
{
"label": "Atharva's Tutorial",
"to": "framework/react/community/atharva-tutorial"
}
]
}
Expand Down
23 changes: 23 additions & 0 deletions docs/framework/react/community/atharva-tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
id: atharva-tutorial
title: Atharva's Tutorial
---

# Atharva's Tutorial

[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.

This tutorial expects you to have basic knowledge of working of React and client-server architectures.

[Link to the video - TanStack Form Tutorial - Best Form Library for React?](https://youtu.be/5oFQd-uAAHo?si=tR-SdJiRIUyYhk62)

## Timestamps

Following are links to specific parts of the video, if you want to jump right into what's more important to you.

- [Introduction (0:00)](https://youtu.be/5oFQd-uAAHo?si=RcIMHTjKETF-HNyS)
- [Browsing Documentation (0:45)](https://youtu.be/5oFQd-uAAHo?si=d-Hhs1ksNX4WSDCx&t=45)
- [Creating a Next.js app & Installing TanStack Forms (1:53)](https://youtu.be/5oFQd-uAAHo?si=gWdW3_wKotdtAWYF&t=113)
- [Client side validation using TanStack Forms (3:10)](https://youtu.be/5oFQd-uAAHo?si=UswO6gcW5bzZji95&t=190)
- [Server side validation on server action using TanStack Forms (14:20)](https://youtu.be/5oFQd-uAAHo?si=lcv0VXVB7T2tHS4T&t=860)
- [Conclusion (28:38)](https://youtu.be/5oFQd-uAAHo?si=044UFSOb-yuPevz4&t=1718)