There are 3 basic principles you need to remember when making forms with React, they are:

  1. component is used for rendering form elements, normally JSX elements
  2. state is used to keep track of user’s inputs
  3. props is used for passing data into JSX elements

#reactjs 

3 Basic Principles When Making Forms with ReactJS
12.30 GEEK