This is an example of how to make React Router 4 play well with screen readers.
Steps
- Fork and clone the repo.
- Run
yarn
(ornpm install
). - Start up the project with
yarn start
(ornpm run start
).
The example was bootstrapped with create-react-app.