From dd64aeceb7eb833f1ce679b9321b22b7d9414b20 Mon Sep 17 00:00:00 2001 From: Leonardo Montini Date: Tue, 6 May 2025 20:39:55 +0200 Subject: [PATCH] docs: setup community tutorials page --- docs/config.json | 4 ++++ docs/framework/react/community/tutorials.md | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/framework/react/community/tutorials.md 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.