Read Class 37 - 401-advanced-javascript-hanna-alemu/seattle-javascript-401d31 GitHub Wiki

What are forms?

Forms are important in React because that is usually how the application interacts with the user beginning with signing up and logging in.

  • We can use controlled or uncontrolled components to build forms.

  • FormContainer is a container component that renders all of the form elements and handles all of the business logic.