A presentation at Edinburgh React Meetup in in Edinburgh, UK by Suzanne Aitchison
The following resources were mentioned during the presentation or are useful additional information.
Resources and tutorials for creating accessible web experiences, including some React-specific content
Add to your eslint setup to lint for common accessibility issues
Blog post detailing the benefits of semantic HTML, and where you might be able to transform your divs to something more meaninful
A short guide to the HTML sectioning elements and the landmarks they map to
To help identify issues with your code in the browser
More detail about how keyboard navigation should work in your web apps
Some tips on how to set up your Mac and Safari to start using VoiceOver
Quick-start guide for MacOS’s default screen reader
Quick-start guide for using the NVDA screen reader (for Windows users)
An extensive set of ‘how-to’ guides for creating accessible standard web components