Forms are difficult in React.
In this lesson we are going to see an example of using react-final-form to create a basic form using Form and Field components. react-final-form is a lightweight wrapper around final-form library (only 3kB gzipped!) and is one of the best ways to create a form in React as of today.