ファランクスブログ
仕事-お問い合わせ© ファランクスブログGitHub avatar

Written by

Mr-Pontaman

  1. blog
  2. nextjs-server-action
  • actionの基本形
  • 勘違いしていた点
  • 1 . formData
  • 2 . onClick
  • Prismaを使った例
  • action関数
  • toastで結果を表示
  • Update / Deleteに必要なid(識別子)
  • input type="hidden"
  • actions.ts側でidを取得
  • CRUD操作中のローディングUI
  • useTransition()
  • useActionState()
  • useFormStatus()

Nextjs:Server-Action

2026年1月28日
nextjsprisma
  • actionの基本形
  • 勘違いしていた点
  • 1 . formData
  • 2 . onClick
  • Prismaを使った例
  • action関数
  • toastで結果を表示
  • Update / Deleteに必要なid(識別子)
  • input type="hidden"
  • actions.ts側でidを取得
  • CRUD操作中のローディングUI
  • useTransition()
  • useActionState()
  • useFormStatus()