React Cookbook
上QQ阅读APP看书,第一时间看更新

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.