JSPM

redux-form

4.1.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 380615
  • Score
    100M100P100Q179858F
  • License MIT

A higher order component decorator for forms using Redux and React

Package Exports

  • redux-form
  • redux-form/lib/actions
  • redux-form/lib/asyncValidation
  • redux-form/lib/handleSubmit
  • redux-form/lib/reducer
  • redux-form/lib/reducer.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-form) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

redux-form


NPM Version NPM Downloads Build Status devDependency Status redux-form channel on discord PayPal donate button Twitter URL

redux-form works with React Redux to enable an html form in React to use Redux to store all of its state.

Installation

npm install --save redux-form

Documentation