1. React
  2. Byteconf React
  3. 2020
  4. Adding the accessibility in your React Apps

Adding the accessibility in your React Apps

Learn how to identify when accessibility is broken, and how to fix it.

Neha Sharma at Byteconf React 2020

UI frameworks/libs are very good for the developer experience. We as developers are focusing on and achieving the checklist of the best web application: - Code architecture - Clean code - performance & best of everything (almost) But we are forgetting the accessibility. When was the last time you or your testing team tested against the accessibility and raised the issues? In this talk, I will take you through a non-accessible react site and will do the following: - How to know accessibility is broken - How to debug it (& you can advocate your testing team) - How to fix the issues - Tips for making sure accessible components/app is getting created - Tools - Trade-offs