React and Accessibility Fundamentals

Posted by

Vincenzo Rubano
on · one minute reading.

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.

More specifically, the video illustrates how javascript frameworks like react work, and the accessibility challenges they pose due to their nature; it then highlights the most common accessibility issues that React application can exhibit. Finally, some pointers to various helpers to make developing and testing accessible React applications are given.

Filed under: