Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Router Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Initialize new React App
- 3 Header Component
- 4 React Router Installation
- 5 BrowserRouter
- 6 Creating Routes
- 7 Testing Routes
- 8 'exact' prop
- 9 Switch Tag
- 10 Link Tag
- 11 basename prop
- 12 forceRefresh Prop
- 13 getUserConfirmation
- 14 scroll to top on route change
- 15 404 Not Found Page
- 16 Access URL Params
- 17 useParams Hook
- 18 useLocation Hook
- 19 Redirecting in React Router
- 20 useHistory Hook
- 21 Nested Routing
- 22 Outro