Accessibility in React

In this section you can find resources (tutorials, libraries, etc.) that can help you improve the accessibility of web applications that use the react framework.

Resources

Showing results 1 to 4, out of 4.

React and Accessibility Fundamentals

Vincenzo Rubano
·

In this video from Deque Systems, you can get an overview on how to make a web application developed using React (a very popular JavaScript framework) accessible.

Read more

React ARIA

Vincenzo Rubano
·

Primarily developed by Adobe Systems INC., react-aria is a set of react hooks aimed at helping developers create accessible design systems. This library provide ready-to-use implementations of interactions and behaviors required in order to make custom widgets accessible by leveraging the WAI-ARIA specification.

Read more

React Accessibility Documentation

Vincenzo Rubano
·

This page contains the official React documentation that provides useful insights and practical suggestions on how to improve, test and evaluate the accessibility of web applications developed using the react framework.

Read more

Eslint Plugin JSX A11Y

Vincenzo Rubano
·

Quoting its official documentation, eslint-plugin-jsx-a11y is a “static AST checker for accessibility rules on JSX elements”. It adds some static accessibility checks within your linting process (via [eslint[(https://github.

Read more