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

Merged
Merged
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
10 changes: 8 additions & 2 deletions docs/framework/react/community/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ id: community-tutorials
title: Community Tutorials
---

This page is a collection of community-created tutorials, articles, and videos that can help you learn more about TanStack Form from different perspectives. If you created a resource that you would like to add to this list, please open a PR! We keep them in chronological order by publish date to ensure the most up to date content is at the top.
This page is a collection of community-created tutorials, articles, and videos that can help you learn more about TanStack Form from other developers. If you created a resource that you would like to add to this list, please open a PR! We keep them in chronological order by publish date to ensure the most up to date content is at the top.

> Please note that the content listed here is entirely community maintained. They might not be 100% aligned with the official recommendations and best practices, but they still provide valuable insights into the library.
> Please note that the content listed here is entirely community maintained. While it may not be fully aligned with official recommendations and best practices, it can still offer valuable insights and alternative perspectives.

## TanStack Form Tutorial - Best Form Library for React?

[Watch Video](https://youtu.be/5oFQd-uAAHo) (March 7th, 2025)

A tutorial from [Atharva Deosthale](https://links.atharva.codes) using TanStack Form in a Next.js project. The video is made for people who are just getting started with knowing TanStack Form and 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.