reform-redux
v2.0.4
Published
Simple realisation of react/redux form
Downloads
13
Maintainers
Readme
ReForm-Redux
Simple realisation of react/redux form component.
Documentation
Attention
For use this plugin with old browsers you need to add polyfills to your bundle. Like @babel/polyfill & @babel/preset-env.
Examples
Simple Form
Demonstrates how to attach standard inputs to Redux.
Synchronous validation
How to add synchronous client-side validation to your form.
Submit validation
How to return server-side validation errors back from your submit function.
Asynchronous validation
How to run asynchronous server-side validation on your form.
Initializing From State
How to initialize your form data from any slice of the Redux state.
Two forms on same page
How to create two forms on same page.
Normalizing or masking
How to use normalize or masking your form values.