You have probably written HTML forms before, and so the structure below resonates with you. Perhaps you even smile because, this one, you understand. <form> <input type= "text" /> <button> Submit </button> </form> If you have done this, you know what happens when you click the button.

Source: [Dev.to](https://dev.to/silaslelei/forms-in-react-from-inputs-to-controlled-components-2e23)

Sponsored