Skip to content

Commit

Permalink
Fix wording in react-19.md for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed Nov 16, 2024
1 parent 59e0d97 commit a2bdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ React Server Components をバンドラやフレームワークでサポート

</Note>

サーバアクションはサーバコンポーネントで作成され、props としてクライアントコンポーネントに渡すことも、クライアントコンポーネントでインポートして使用することもできます。
サーバアクションをサーバコンポーネント内で作成し props としてクライアントコンポーネントに渡すことも、クライアントコンポーネントでインポートして使用することもできます。

詳細については、[React サーバアクション](/reference/rsc/server-actions)のドキュメントをご覧ください。

Expand Down

0 comments on commit a2bdfc1

Please sign in to comment.