エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
import { FC, useState } from 'react' import { useNavigate } from 'react-router-dom' export const ... import { FC, useState } from 'react' import { useNavigate } from 'react-router-dom' export const RegisterUser: FC = () => { const navigate = useNavigate() const [email, setEmail] = useState('') const [name, setName] = useState('') return ( <form onSubmit={(e) => { e.preventDefault() ;(async () => { // APIを叩き、ユーザ情報を保存する await fetch('http://localhost:8000/api/users', { method: 'POST', body: JSON.str