UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

34 lines (25 loc) 2.19 kB
# redux-form --- [<img src="http://npm.packagequality.com/badge/redux-form.png" align="right"/>](http://packagequality.com/#?package=redux-form) [![NPM Version](https://img.shields.io/npm/v/redux-form.svg?style=flat)](https://www.npmjs.com/package/redux-form) [![NPM Downloads](https://img.shields.io/npm/dm/redux-form.svg?style=flat)](https://www.npmjs.com/package/redux-form) [![Build Status](https://img.shields.io/travis/erikras/redux-form/v6.svg?style=flat)](https://travis-ci.org/erikras/redux-form) [![codecov.io](https://codecov.io/gh/erikras/redux-form/branch/master/graph/badge.svg)](https://codecov.io/gh/erikras/redux-form) [![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellowgreen)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3QQPTMLGV6GU2) [![Twitter URL](https://img.shields.io/twitter/url/https/github.com/erikras/redux-form.svg?style=social)](https://twitter.com/intent/tweet?text=With%20@ReduxForm,%20I%20can%20keep%20all%20my%20form%20state%20in%20Redux!%20Thanks,%20@erikras!) [![Patreon](https://img.shields.io/badge/patreon-support%20the%20author-blue.svg)](https://www.patreon.com/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](http://redux-form.com/6.0.4/docs/GettingStarted.md/) * [Examples](http://redux-form.com/6.0.4/examples/) * [API](http://redux-form.com/6.0.4/docs/api/) * [FAQ](http://redux-form.com/6.0.4/docs/faq/) * [Release Notes](https://github.com/erikras/redux-form/releases) * [Older Documentation](http://redux-form.com/6.0.4/docs/DocumentationVersions.md/) ## Videos - [Abstracting Form State with Redux Form at JS Channel - Bengaluru 2016](https://youtu.be/eDTi7lYR1VU) [![Abstracting Form State with Redux Form at JS Channel - Bengaluru 2016](docs/video-thumb.jpg)](https://youtu.be/eDTi7lYR1VU)