Skip to main content

Introduction

react-router-ogimage.png

When you create React app, it does not include the page routing function. React Router is one of the popular solution to make routing in React application


Installation

Go to your React application folder and install react router with this command

npm install react-router-dom 

In next page, we will learn about basic navigation by using React router