Completed
Intro to React Router v7
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Router Version 7 Tutorial - Building Data-Driven Applications with Advanced Routing Features
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro to React Router v7
- 2 Overview of Remix and Routing
- 3 Setting Up a New Application
- 4 Basic Structure of React Router App
- 5 Understanding Root Component and Layout
- 6 How Routing Works in React Router
- 7 Creating Simple Routes and Components
- 8 Handling Route Parameters
- 9 Nested Routes Explained
- 10 Using Layouts for Nested Routes
- 11 Prefixing Routes for Better Organization
- 12 Rendering Strategies: Client vs. Server
- 13 Loading Data in React Router
- 14 Actions for Data Mutation
- 15 Navigating with Redirects and Links
- 16 Using NavLink for Active States
- 17 Implementing Pending UI for Navigation
- 18 Conclusion and Resources