Package Exports
- redux-form
- redux-form/lib/actions
- redux-form/lib/asyncValidation
- redux-form/lib/handleSubmit
- redux-form/lib/reducer
- redux-form/lib/reducer.js
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.
This documentation is for v3.0.0! Click here for v2.x.x
documentation.
Dynamic forms are not yet fully supported by v3.0.0-beta-4
. If you need that functionality, stick
with v2.x.x
for now.
Installation
npm install --save redux-form@3.0.0-beta-4