# davidkpiano/react-redux-form

Create forms easily in React with Redux.

Repository: https://github.com/davidkpiano/react-redux-form
Canonical: https://ross.abutalabs.com/products/react-redux-form
Homepage: https://davidkpiano.github.io/react-redux-form
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, react, form, forms
Archived: true
Last push: 2022-06-22T21:07:26+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3918, "days_push": 1533, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2042, forks 248 (observed 2026-08-28T04:06:08.621627+00:00)

## What it is
React Redux Form is a library of reducer and action creators for building complex, performant forms in React applications using Redux for state management. It offers both zero-boilerplate LocalForm components and fine-grained Redux store integration with sync/async validation.

## Use cases
- create forms in React with Redux
- validate form fields synchronously and asynchronously
- manage nested form state in a Redux store
- build forms without boilerplate using LocalForm
- display field-level validation error messages

## When to choose
- you already use Redux and want form state in your store
- you need deeply nested, custom form models with fine-grained control
- you're maintaining an existing codebase built on this library

## When to avoid
- starting a new project - the library is in maintenance mode
- you don't use Redux - prefer Formik or React Hook Form
- you need modern React hooks support

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

## Member repositories
- davidkpiano/react-redux-form (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.621627+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-30T02:58:17.577512+00:00, confidence not recorded.
  - readme: https://github.com/davidkpiano/react-redux-form (fetched 2026-08-28T04:06:08.621627+00:00, sha 1a3a58dab96a)
  - homepage: https://davidkpiano.github.io/react-redux-form (fetched 2026-08-29T10:38:24.326328+00:00, sha 5da9f01f12e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
