Julia Undeutsch
Accessibility in React Application
#1about 4 minutes
Common accessibility challenges in React SPAs
Single-page applications introduce unique accessibility issues like poor semantics, generic page titles, and difficult focus management.
#2about 8 minutes
Using semantic HTML for a better accessibility tree
Semantic HTML provides inherent meaning and structure, which translates directly to a navigable and understandable accessibility tree for screen reader users.
#3about 2 minutes
Using React Fragments to maintain valid HTML structure
React Fragments allow grouping elements without adding extra nodes to the DOM, preventing invalid HTML structures like a div inside a ul.
#4about 1 minute
Using correct JSX attributes for HTML properties
React uses camelCase for most HTML attributes, so it is important to use `className` instead of `class` and `htmlFor` instead of `for`.
#5about 7 minutes
Implementing effective focus management strategies in React
A CRUD application example demonstrates how to handle focus logically after adding, editing, or deleting items to create a predictable keyboard navigation experience.
#6about 3 minutes
Announcing page changes and live updates to users
Use techniques like updating the document title and implementing ARIA live regions to inform screen reader users about dynamic content changes and notifications.
#7about 3 minutes
A practical guide to testing React components for accessibility
Combine manual keyboard testing, browser extensions like axe DevTools, linters, and automated tests to ensure components are accessible.
#8about 1 minute
Summary of key principles for accessible React apps
A recap of essential practices including using semantic HTML, managing focus, announcing updates, and consistent testing to build accessible applications.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
27:17 MIN
The importance of web accessibility as a core developer craft
WAD Live 22/01/2025: Exploring AI, Web Development, and Accessibility in Tech with Stefan Judis
26:50 MIN
Summary of key accessibility best practices
Making Interactions Accessible to All Users
33:42 MIN
Why you should integrate accessibility early
Going on a CODE100 Accessibility Scavenger Hunt
03:03 MIN
Building with familiar React APIs and real CSS
Lynx: Native for More
38:02 MIN
Q&A on framework choice and accessibility
Extending HTML with Web Components
23:22 MIN
Using the right tool for the right job for accessibility
Future-Proof CSS
08:01 MIN
Why developers and businesses choose to use React
React and the power of visualisation
30:14 MIN
Integrating accessibility from the start of development
Scalable architecture for mobile apps
Featured Partners
Related Videos
Mastering Keyboard Accessibility
Tanja Ulianova
Preventing Accessibility Issues Instead Of Fixing Them
Dirk Ginader
Accessibility powered by AI
Ramona Domen
Is This App Accessible? A Live Testing Demo
Eeva-Jonna Panula
Accessibility with Web Components
Manuel Mauky
ARIA: the good parts
Hidde de Vries
Making Interactions Accessible to All Users
Anuradha Kumari
Data Mining Accessibility
Karl Groves
From learning to earning
Jobs that call for the skills explored in this talk.
Front end Developer | Usability
Haystack People
Zwanenburg, Netherlands
React
Next.js
JavaScript
TypeScript
Senior Web Applications Developer - JavaScript/React/HTML
Adaptive Financial Consulting
Barcelona, Spain
CSS
HTML
React
JavaScript
TypeScript
Front-end (React) Engineer with Playwright experience
Intetics
Municipality of Madrid, Spain
Intermediate
GIT
React
JavaScript
TypeScript
Front End Developer TypeScript React
Client Server
Charing Cross, United Kingdom
Remote
€75-90K
REST
React
TypeScript


