redux-form
Version:
A higher order component decorator for forms using Redux and React
31 lines (23 loc) • 2 kB
Markdown
# redux-form
---
[<img src="http://npm.packagequality.com/badge/redux-form.png" align="right"/>](http://packagequality.com/#?package=redux-form)
[](https://www.npmjs.com/package/redux-form)
[](https://www.npmjs.com/package/redux-form)
[](https://travis-ci.org/erikras/redux-form)
[](https://codecov.io/github/erikras/redux-form?branch=master)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3QQPTMLGV6GU2)
[](https://twitter.com/intent/tweet?text=With%20@ReduxForm,%20I%20can%20keep%20all%20my%20form%20state%20in%20Redux!%20Thanks,%20@erikras!)
`redux-form` works with [React Redux](https://github.com/rackt/react-redux) to enable an html form in
[React](https://github.com/facebook/react) to use [Redux](https://github.com/rackt/redux) to store all of its state.
[<img src="logo.png" align="right" class="logo" height="151" width="250"/>](http://erikras.github.io/redux-form/)
## Installation
```npm install --save redux-form```
## Documentation
* [Getting Started](docs/GettingStarted.md)
* [Examples](http://erikras.github.io/redux-form/#/examples)
* [API](http://erikras.github.io/redux-form/#/api)
* [FAQ](http://erikras.github.io/redux-form/#/faq)
* [Release Notes](https://github.com/erikras/redux-form/releases)
* [Tools](https://github.com/erikras/redux-form/blob/master/tools.md)
## Community
[Adding A Robust Form Validation To React Redux Apps - Blog](https://medium.com/@rajaraodv/adding-a-robust-form-validation-to-react-redux-apps-616ca240c124#.1iyuelj2e)