Learn how to use forms in React
In this tutorial we assume that you are familiar with JavaScript ES6 features and you know some basics of React JS. You will learn how to create simple forms in React and how they can be improved, step by step. There are many ready-to-use libraries like redux-form, react-redux-form or react-form. However the goal of this tutorial is to show how forms actually work in React, by showing couple of different approaches and letting you choose what suits you best.
This tutorial is based on GitHub. All the steps are divided into separate branches, so you can check out how application behaves: