# reactjs/react-a11y

Identifies accessibility issues in your React.js elements

Repository: https://github.com/reactjs/react-a11y
Canonical: https://ross.abutalabs.com/products/react-a11y
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-01-24T03:00:19+00:00

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

## Adoption (not part of the score)
Stars 2352, forks 127 (observed 2026-08-28T04:06:40.409008+00:00)

## What it is
A React library that warns developers about accessibility issues in their React elements at runtime by patching React's rendering functions. It is now deprecated in favor of @axe-core/react.

## Use cases
- find accessibility issues in react components
- warn about missing alt attributes on images
- check aria roles in react app
- audit react app for a11y during development
- catch keyboard accessibility problems in react

## When to choose
- maintaining a legacy codebase that already uses react-a11y
- you need the specific legacy rule set it provides

## When to avoid
- starting a new project - use @axe-core/react instead
- production environments since it patches React rendering and slows it down
- you want actively maintained accessibility tooling

## Facets
- artifact type: library
- maturity: abandoned
- function: accessibility, testing, linter
- domain: accessibility, frontend, web-development
- platform: browser
- tags: react, a11y, deprecated, runtime-auditing, wcag, nodejs, web-server

## Member repositories
- reactjs/react-a11y (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:40.409008+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:36:53.171036+00:00, confidence not recorded.
  - readme: https://github.com/reactjs/react-a11y (fetched 2026-08-28T04:06:40.409008+00:00, sha b7a36b7fe354)
  - registry_npm: https://registry.npmjs.org/react-a11y (fetched 2026-08-29T10:17:35.886870+00:00, sha ec851a1a4d33)
- Data as of 2026-08-30T08:39:29.467469+00:00.
