diff --git a/docs/framework/react/guides/ssr.md b/docs/framework/react/guides/ssr.md index a4de156f4..94414d7c9 100644 --- a/docs/framework/react/guides/ssr.md +++ b/docs/framework/react/guides/ssr.md @@ -3,6 +3,8 @@ id: ssr title: Next.js Usage --- +> ❗❗ This feature is highly experimental and is subject to change. Currently, this example [leaks backend code the frontend thought `onServerValidate`](https://github.com/TanStack/form/issues/710). We're are working on changes to the API, and will update this guide when a solution is available. + Before reading this guide, it's suggested you understand how React Server Components and React Server Actions work. [Check out this blog series for more information](https://unicorn-utterances.com/collections/react-beyond-the-render)