@stackworx/redux-form
v6.8.0-2
Published
A higher order component decorator for forms using Redux and React
Downloads
6
Maintainers
Readme
redux-form
redux-form
works with React Redux to enable an html form in
React to use Redux to store all of its state.
Installation
npm install --save redux-form
Documentation
🏖 Code Sandboxes 🏖
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