DEV Community

Discussion on: Creating a CRUD app in React with Hooks

Collapse
 
vinh2203 profile image
Vinh2203

you can modify the handleSubmit function in AddUserForm.jsx by adding this line
setUser(initUser);