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 moreIn this section you can find resources (tutorials, libraries, etc.) that can help you improve the accessibility of web applications that use the react framework.
Showing results 1 to 4, out of 4.
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 morePrimarily 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 moreThis 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 moreQuoting 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