router

Here’s a quick overview of the features and usage in Reach Router.

Installation

npm install @reach/router
or
yarn add @reach/router

Reach Router is compatible with React 15+.

Accessibility

Router manages the focus of your app on route transitions. There’s nothing you have to do about it, it just happens.

GitHub