(dep-add) add library for better handling form

Adding the react-hook-form library for better form handling than React's built-in state management, which often renders
every time input is entered.
This commit is contained in:
2025-10-04 22:34:12 +07:00
parent bf286af235
commit eca25d29cd
4 changed files with 40 additions and 14 deletions

View File

@ -26,6 +26,7 @@
"nextjs-toploader": "^3.8.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.64.0",
"tailwindcss": "^4.1.11",
"zod": "^4.0.5"
},