Skip to content

Forms

So, forms are one of the most-disliked aspects of front-end development. We hate building them.

And yet, forms are super important! They're everywhere. The world's most popular website, Google.com, is literally just a form.

The React ecosystem is huge, and there are lots of packages out there claiming to solve forms. In my opinion, however, they aren't necessary most of the time. Forms aren't actually that bad to work with in React!

In the lessons that follow, we'll learn how to set up data binding with form inputs, learn about one of the most critical concepts in React development, and see how we can build longer forms with fewer headaches.