EraCode practice

A11y Quick Win: Announce Route Changes in the App Router

Next.jsintermediateMulti-Part

Summary

Practice a small but meaningful accessibility improvement in a Next.js App Router layout: add an aria-live announcement so screen reader users get feedback when navigation completes.

Problem preview

### Goal Add a minimal **route-change announcer** for screen readers. - When the current route changes, update a hidden region with a short message like . - Use the App Router hook that provides the …

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.

A11y Quick Win: Announce Route Changes in the App Router | Next.js practice | EraCode