79266573

Date: 2024-12-09 22:12:59
Score: 0.5
Natty:
Report link

In your handleSubmit function just reset the formData state:

 function handleSubmit(event){
           event.preventDefault();
           send(formData);
           setFormData({ fullName: "",emailAddress: ""})
   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arr