JSPM

redux-form

7.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 380964
  • Score
    100M100P100Q175626F
  • License MIT

A higher order component decorator for forms using Redux and React

Package Exports

  • redux-form
  • redux-form/es/Field
  • redux-form/es/Fields
  • redux-form/es/SubmissionError
  • redux-form/es/actions
  • redux-form/es/events/getValue
  • redux-form/es/formValues
  • redux-form/es/getFormAsyncErrors
  • redux-form/es/getFormSyncErrors
  • redux-form/es/getFormValues
  • redux-form/es/isSubmitting
  • redux-form/es/isValid
  • redux-form/es/reducer
  • redux-form/es/reduxForm
  • redux-form/immutable
  • redux-form/lib/SubmissionError
  • redux-form/lib/actions
  • redux-form/lib/asyncValidation
  • redux-form/lib/defaultShouldValidate
  • redux-form/lib/handleSubmit
  • redux-form/lib/reducer
  • redux-form/lib/reducer.js
  • redux-form/lib/reduxForm

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 codecov.io Code Climate styled with prettier PayPal donate button Twitter URL Patreon

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

Sponsor

Installation

npm install --save redux-form

Documentation

🏖 Code Sandboxes 🏖

You can play around with redux-form in these sandbox versions of the Examples.

Videos