...

/

Challenge: Feedback Form

Challenge: Feedback Form

Hands-on exercise to test your knowledge about the useRef hook in React.

Task

Create a React application that is a controlled form in React using useState and useRef hook, where the form elements are tied to the component's state, allowing for dynamic updates and controlled behavior. The code should also include basic form validation and feedback to the user upon submission.

Expected output

The application features a controlled form implemented with the useState and useRef ...