Skip to content

Commit

Permalink
Merge pull request #808 from morinokami/patch-1
Browse files Browse the repository at this point in the history
Fix wording in react-19.md for clarity
  • Loading branch information
smikitky authored Nov 18, 2024
2 parents 59e0d97 + a2bdfc1 commit b3095c3
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 b3095c3

Please sign in to comment.