React Uncontrolled Forms
In this tutorial, we will create an uncontrolled form within our React application using the uncontrolled
component approach. At the end of this tutorial, you will be able to:
- Create uncontrolled forms through uncontrolled components in React
- Handle the form submission in the React application
Adding a Modal to Host the Form
- Update HeaderComponent.js as follows to add a new Modal to the application to host the form:
(source: Front-End Web
Development with React on Coursera)