We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8be31 commit ea4c1f4Copy full SHA for ea4c1f4
src/content/reference/rsc/server-actions.md
@@ -184,7 +184,7 @@ function UpdateName() {
184
}
185
```
186
187
-サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に既に入力されていたフォームの入力値を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。
+サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に実行されたフォーム送信を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。
188
189
詳細については、[`useActionState`](/reference/react-dom/hooks/useFormState) のドキュメントを参照してください。
190
0 commit comments