Introduction to Forms
Get introduced to how you can store and handle the data when it changes the value or gets submitted.
We'll cover the following...
Importance of forms
Forms play a special role among the other DOM elements in React and work a little differently, as they already have some sort of state. This state is not related to React.
The state of a text field results from the value entered, the state of a checkbox or a radio ...