diff --git a/docs/config.json b/docs/config.json index fbee24270..795815914 100644 --- a/docs/config.json +++ b/docs/config.json @@ -487,6 +487,10 @@ { "label": "Balastrong's Tutorial", "to": "framework/react/community/balastrong-tutorial" + }, + { + "label": "Community Tutorials", + "to": "framework/react/community/tutorials" } ] } diff --git a/docs/framework/react/community/tutorials.md b/docs/framework/react/community/tutorials.md new file mode 100644 index 000000000..048911a7b --- /dev/null +++ b/docs/framework/react/community/tutorials.md @@ -0,0 +1,8 @@ +--- +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. + +> 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.