You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/rsc/server-functions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ function UpdateName() {
195
195
196
196
When using `useActionState` with Server Functions, React will also automatically replay form submissions entered before hydration finishes. This means users can interact with your app even before the app has hydrated.
197
197
198
-
For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState).
198
+
For more, see the docs for [`useActionState`](/reference/react/useActionState).
199
199
200
200
### Progressive enhancement with `useActionState` {/*progressive-enhancement-with-useactionstate*/}
201
201
@@ -219,4 +219,4 @@ function UpdateName() {
219
219
220
220
When the <CodeStepstep={2}>permalink</CodeStep> is provided to `useActionState`, React will redirect to the provided URL if the form is submitted before the JavaScript bundle loads.
221
221
222
-
For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState).
222
+
For more, see the docs for [`useActionState`](/reference/react/useActionState).
0 commit comments