Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/content/reference/rsc/server-actions.md
Co-authored-by: Toru Kobayashi <[email protected]>
  • Loading branch information
smikitky and koba04 authored Jun 1, 2024
commit ea4c1f4bf3edd9287fabf3ff4f3803a20ce1d5f5
2 changes: 1 addition & 1 deletion src/content/reference/rsc/server-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function UpdateName() {
}
```

サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に既に入力されていたフォームの入力値を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。
サーバアクションと `useActionState` を使用する場合、React はハイドレーションの完了前に実行されたフォーム送信を自動的に再現します。これにより、ユーザはアプリのハイドレーションが起きる前からアプリを操作できるようになります。

詳細については、[`useActionState`](/reference/react-dom/hooks/useFormState) のドキュメントを参照してください。

Expand Down