Introduction to React

Routing with React Router

Routing with React Router

React Router is a popular library used to handle Routing in React.

If you're using Next, then you shouldn't need this, as Next provides its own (file-based) routing.

Installation

npm install react-router-dom

Example

Edit this page on GitHub

On this page