Code with Kristian • I make videos and write about software development and programming tools
Adding the accessibility in your React Apps
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
This will be combination of code + talk.