Package Exports
- redux-form
- redux-form/es/Field
- redux-form/es/Fields
- redux-form/es/SubmissionError
- redux-form/es/actions
- redux-form/es/events/getValue
- redux-form/es/formValues
- redux-form/es/getFormAsyncErrors
- redux-form/es/getFormSyncErrors
- redux-form/es/getFormValues
- redux-form/es/isSubmitting
- redux-form/es/isValid
- redux-form/es/reducer
- redux-form/es/reduxForm
- redux-form/immutable
- redux-form/lib/SubmissionError
- redux-form/lib/actions
- redux-form/lib/asyncValidation
- redux-form/lib/defaultShouldError
- redux-form/lib/defaultShouldValidate
- redux-form/lib/handleSubmit
- redux-form/lib/reducer
- redux-form/lib/reducer.js
- redux-form/lib/reduxForm
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.
Sponsorship
Redux-form is proudly sponsored by Rollbar. They provide real-time error monitoring, alerting, and analytics for developers. Try Rollbar for free.
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
Videos
![]() |
---|
A Practical Guide to Redux Form – React Alicante 2017 |
![]() |
---|
Abstracting Form State with Redux Form – JS Channel 2016 |