API

reduxForm(config:Object)

The decorator you use to connect your form component to Redux. See details.


reducer

The form reducer. Should be given to mounted to your Redux state at form.

reducer.syncValidation(Object<String, Object<String, Function>>)

Returns a form reducer that will also run the synchronous validation function given for each form name.


props

The props passed into your decorated form component.


Field

The component needed to connect any input to redux-form.


SubmissionError

A special error type for returning submit validation errors


Action Creators

redux-form exports all of its internal action creators.