Redux-form registry of Caicloud.
This is forked from https://github.com/erikras/redux-form. We use this repo to provide another version of redux-form while a lower version is existed and using in a web repo.
To publish a caicloud-redux-form v6.8.0, please checkout to branch caicloud-6.8.0
, and run
npm publish
Original Readme from https://github.com/erikras/redux-form
redux-form
works with React Redux to
enable an html form in React to use
Redux to store all of its state.
Redux-form is proudly sponsored by Rollbar. They provide real-time error monitoring, alerting, and analytics for developers. Try Rollbar for free.
npm install --save redux-form
You can play around with redux-form
in these sandbox versions of the Examples.
- Simple Form
- Synchronous Validation
- Field-Level Validation
- Submit Validation
- Asynchronous Blur Validation
- Initializing From State
- Field Arrays
- Remote Submit
- Normalizing
- Immutable JS
- Selecting Form Values
- Wizard Form
A Practical Guide to Redux Form – React Alicante 2017 |
Abstracting Form State with Redux Form – JS Channel 2016 |