useFormStatus
Formの送信中の状態を参照できる
https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions#experimental-useformstatus
Form Actions
内でのみ使える
https://react.dev/reference/react-dom/hooks/useFormStatus
https://azukiazusa.dev/blog/nextjs-server-action/#useformstatus-をしてフォームの状態を表示する
formが送信中の時pendingが得られる
https://zenn.dev/takepepe/articles/server-action-and-use-from-state#useformstatus