Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

davazaridia/react-router-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-router-tutorial

Learning Objectives

  • Contrast React Router's approach to routing with routing we have seen in express
  • Use npm to add react-router-dom
  • Install and use React Router to manage routing in a React app
  • Use React Router's navigational components: Router, Route, Link, NavLink, and Switch

Resources

Keep in mind that React Router went through a fundamental design change with the creation of React Router v4. There is lots of pre-v4 documentation and tutorials around so when researching/reading about React Router, be sure you are reading about the correct version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.2%
  • CSS 42.1%
  • JavaScript 6.7%