# redux-form/redux-form

A Higher Order Component using react-redux to keep form state in a Redux store

Repository: https://github.com/redux-form/redux-form
Canonical: https://ross.abutalabs.com/products/redux-form
Homepage: https://redux-form.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, redux-form, react, form, forms, form-validation, validation
Last push: 2024-06-13T12:17:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4051, "days_push": 811, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 12482, forks 1618 (observed 2026-08-28T04:10:59.163846+00:00)

## What it is
A Higher Order Component library that connects React HTML forms to a Redux store, keeping all form state in Redux. It provides field components, validation, and form lifecycle management for React apps using Redux.

## Use cases
- manage form state in redux store
- validate react forms
- keep form values synced with redux
- handle form submission and field-level validation in react
- migrate legacy redux-based forms

## When to choose
- your app already stores form state in Redux and you want to keep that architecture
- maintaining an existing codebase built on redux-form

## When to avoid
- starting a new project - the author and community recommend React Final Form instead
- you don't use Redux in your app
- you want actively developed form tooling

## Facets
- artifact type: library
- maturity: maintenance
- function: form-handling, state-management, ui-components
- domain: frontend, web-development
- platform: browser
- tags: react, redux, form-validation, higher-order-component, legacy, nodejs

## Member repositories
- redux-form/redux-form (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:59.163846+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:14:01.514568+00:00, confidence not recorded.
  - readme: https://github.com/redux-form/redux-form (fetched 2026-08-28T04:10:59.163846+00:00, sha b8db9b0d7847)
  - homepage: https://redux-form.com (fetched 2026-08-29T08:11:05.961188+00:00, sha c7fabf500e4f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
