redux-form
works with React Redux to
enable an html form in React to use
Redux to store all of its state.
Redux-form is proudly sponsored by Rollbar. They provide real-time error monitoring, alerting, and analytics for developers. Try Rollbar for free.
npm install --save redux-form
You can play around with redux-form
in these sandbox versions of the Examples.
- Simple Form
- Synchronous Validation
- Field-Level Validation
- Submit Validation
- Asynchronous Blur Validation
- Initializing From State
- Field Arrays
- Remote Submit
- Normalizing
- Immutable JS
- Selecting Form Values
- Wizard Form
A Practical Guide to Redux Form – React Alicante 2017 |
Abstracting Form State with Redux Form – JS Channel 2016 |