Skip to content

aduryagin/reform-redux

Repository files navigation

ReForm-Redux

npm version

Simple realisation of react/redux form component.

Attention

For use this plugin with old browsers you need to add polyfills to your bundle. Like @babel/polyfill & @babel/preset-env.

Examples

Demonstrates how to attach standard inputs to Redux.

How to add synchronous client-side validation to your form.

How to return server-side validation errors back from your submit function.

How to run asynchronous server-side validation on your form.

How to initialize your form data from any slice of the Redux state.

How to create two forms on same page.

How to use normalize or masking your form values.