0% completed
Follow the instructions below to complete the challenge:
Form
component with three input fields:useState
to store the form data and validation errors.š”Bonus:
useEffect
to log validation status in the console.Follow the instructions below to complete the challenge:
FeedbackForm
component that includes:
SubmitButton
component that:
useFormStatus()
to check if the form is submitting.useFormStatus()
to display a confirmation message:
"Submitting feedback: {feedback message}" while pending.submitFeedback
that simulates an async form submission.š”Bonus:
.....
.....
.....