Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Router V6 Upgrade & Refactor Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Look at the docs
- 4 The Starter Project
- 5 Installing React Router Version 6
- 6 Updating the Index.js
- 7 Updating the App.js imports
- 8 useNavigate replaces useHistory
- 9 Adding a Layout Component
- 10 Adding Outlet index content
- 11 Nested Routes
- 12 Additional Routes
- 13 Review of the Routing Structure
- 14 Link and useParams
- 15 Testing the Refactored Code