25. React Router

React Router v6 Major Changes by Traversy Media

Client-side Routing

React Router is a standard library for routing in React. It enables the navigation among views of various components in a React Application, allows changing the browser URL, and keeps the UI in sync with the URL.

Course Content

  • 9:04 - Use Navigate Hook
    9:48 - Go Back Button
    11:54 - Recap

Resources

▶️ Traversy Media
🔗 ReactJS Tutorial by W3Schools

Previous
Previous

24. React

Next
Next

26. Jest