Course Overview
Get introduced to react-router and learn about the flow of this course.
We'll cover the following
Introduction to react-router
The react-router
is a JavaScript library and not a framework. It works with React JS to implement smooth routing in single-page applications. It performs well on web applications, in mobile applications built using React Native, and on servers with Node.js.
The react-router
provides rich features that can easily create different routes for a React application. In this course, we’ll learn to implement components provided by react-router
like Link
, BrowserRouter
, and Routes
.
We’ll also learn how to use react-router
by creating a contact list application. To see a demo of the application, run the coding widget below and click on the URL next to “Your app can be found at:” to open the application in a new tab. Make sure to observe the changes in the URL of the browser and in the application whenever we click on any items from the app.