Skip to content

Commit

Permalink
docs: add note about backend leak on ssr example (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjavicente authored Jun 3, 2024
1 parent c44e4c9 commit 3cec2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/framework/react/guides/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 3cec2a3

Please sign in to comment.