本文へ移動
verified onnext@16.3.3react@19
最終検証日 2026-08-27
Next.js道場

Q-RSC-PAYLOAD-002●●●○○next@16.3.3実機検証済

受け取る側は name しか使っていません。passwordHash はブラウザに届きますか。

app/profile/page.tsx
Serverで実行export default async function Page() {
Serverで実行 const user = await getUser()
Browserで実行 return <Profile user={user} />
Serverで実行}

つぎに