React Axe

Posted by

Vincenzo Rubano
on · one minute reading.

Primarily developed by Deque-Labs, react-axe is an open source library that facilitates automated accessibility testing of react-based web applications. The library allows to effortlessly integrate axe-core in your react project.

It basically runs axe-core included tests whenever the DOM changes, logging all issues to the browser’s console. To get started, its integration within any react applications requires only a few lines of code.

Please remember: automated accessibility testing can catch the majority of accessibility issues within a web application, but not all of them! It is a good starting point, but aalways perform additional manual accessibility testing!

Filed under: