FormでState管理ってめんどくさ~い そもそもですが、私はReact、NextJsは初学者なのでuseStateを使うのがReactの醍醐味でなんでもかんでもuseStateを使う!っていうのが今までだった。。。 ただほかに絶対いい方法があるだろうということで海外のYoutuberの動画を見たらなにやら今までなじみのないものに出会ったわけだ const [editingEmployee, setEditingEmployee] = useState({ _id: "", name: "", birthDate: "", basicSalary: 0, jobAllowance: 0, housingAllowance: 0, commutingAllowance: 0, paidLeaveRemaining: 0, }); const { name, value } = e.targ