If you have any questions leave them here: http://remzolotykh.net/controlled-and...
First video in React Essentials series.
In this video we'll learn about two ways to handle form data in React application.
There are two ways you can get data from your form: via refs using uncontrolled elements or via state using controlled elements. In this video we'll see how both of these approaches work on simple form.