How it works...

Forms are essential for any web application, and handling them with React is easy using local state, but it is not the only way to manage them. If your forms are complex, with multiple steps (are typically used on user registration), you probably need to keep the values throughout the entire process. In this scenario, it is painless to handle forms using Redux Form, which we are going to learn about in Chapter 6, Creating Forms with Redux Form.

Get React Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.