Client-side routing with React Router.
Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026
The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.
Single-page applications need client-side routing to navigate between views without full page reloads. React Router is the standard solution for routing in React apps.
In this section you’ll learn how to set up React Router, create routes, handle navigation, and pass data between routes.