reform-redux
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

ReForm-Redux

npm version

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.

Package Sidebar

Install

npm i reform-redux

Weekly Downloads

6

Version

2.0.4

License

MIT

Unpacked Size

67.5 kB

Total Files

7

Last publish

Collaborators

  • aiduryagin