Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added deprecation notice in favor if Deque System's react-axe
  • Loading branch information
Erin Doyle authored Mar 9, 2019
1 parent 3ae7d79 commit 4a50441
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@ React A11y

[![build status](https://img.shields.io/travis/reactjs/react-a11y/master.svg?style=flat-square)](https://travis-ci.org/reactjs/react-a11y)

Warns about potential accessibility issues with your React elements.
Identifies accessibility issues in your React.js elements

![screenshot](http://i.imgur.com/naQTETB.png)


# ⛔️DEPRECATION NOTICE ⛔️
This library is being deprecated in favor of [react-axe](https://github.com/dequelabs/react-axe).
Deque Systems are one of the top authorities on web accessibility. Their auditing tools based on their axe-core
engine are unrivaled and have become the gold standard for auditing web accessibility issues. Now that they have
developed a runtime React DOM auditing tool, that does what react-a11y attempts to do but better, it seems
counterproductive to continue to maintain react-a11y. Let's pool our resources and energies into the best product and
I believe any accessibility tool backed by the experts at Deque Systems is bound to be one we can trust and depend on.
Please go check out and install [react-axe](https://github.com/dequelabs/react-axe) today!

## Installation

Run:
Expand Down

0 comments on commit 4a50441

Please sign in to comment.