From 8c0e8696a30fe4a8af36be55e3a4d8259d40e97a Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 11 Sep 2026 16:26:51 -0600 Subject: [PATCH] docs(react): connect Start form workflow guidance --- docs/framework/react/guides/ssr.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/guides/ssr.md b/docs/framework/react/guides/ssr.md index 9013cb873d..ff75aa17d2 100644 --- a/docs/framework/react/guides/ssr.md +++ b/docs/framework/react/guides/ssr.md @@ -15,10 +15,12 @@ Today we support the following meta-frameworks: This section focuses on integrating TanStack Form with TanStack Start. +For a complete client-driven mutation workflow with field errors, pending state, optimistic rollback, loader refresh, and redirect after saving, see the [TanStack Start form guide](/start/latest/docs/framework/react/guide/tanstack-form). + ### TanStack Start Prerequisites -- Start a new `TanStack Start` project, following the steps in the [TanStack Start Quickstart Guide](https://tanstack.com/router/latest/docs/framework/react/guide/tanstack-start) -- Install `@tanstack/react-form` +- Start a new `TanStack Start` project, following the steps in the [TanStack Start Quickstart Guide](https://tanstack.com/start/latest/docs/framework/react/getting-started) +- Install `@tanstack/react-form-start` ### Start integration