➕ (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:
@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user