Flashcard
Accessible SPA Route Changes
Client-side navigation doesn't move focus or announce changes, so React SPAs must manage focus and use live regions for screen reader users.
Question
In a React SPA, why do route changes confuse screen readers, and how do you fix it?
Click to reveal answer