React
Fundamentals of React - Routing with React Router
  •  

React Router

PRO

In this video, we're going to define React Router.

You can find the docs for React Router here.

What is React Router and what problems does it help solve? React Router makes it easy for you to have a single page, client-side application where you can click through links and get different content on the page. It feels like there are different pages, but you don't have to wait for the traditional server latency that's associated with a full page refresh.

 

I finished! On to the next chapter