Completed
7.1 Introducing React Routing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn React 18: The Complete React Developer Course
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Introduction
- 2 2.1 Building Your First React App
- 3 2.2 Introducing Components
- 4 3.1 Setting Up Your Environment
- 5 3.2 Introducing JSX
- 6 3.3 Starting From Scratch
- 7 3.4 Using Fragments
- 8 3.5 Separating JavaScript and JSX
- 9 4.1 Passing Data With Props
- 10 4.2 Validating Props
- 11 4.3 Providing Default Prop Values
- 12 4.4 Getting Started With State
- 13 4.5 Handling DOM Events
- 14 4.6 Writing Components as Classes
- 15 4.7 Using Controlled Inputs
- 16 4.8 Lifting State and Custom Events
- 17 4.9 Using Uncontrolled Inputs
- 18 5.1 Styling With Inline Styles
- 19 5.2 Using CSS Modules
- 20 6.1 Preparing the Weather Widget
- 21 6.2 Handling Side Effects in Class Components
- 22 6.3 Using the Effects Hook in Function Components
- 23 6.4 Making Requests in Our Components
- 24 7.1 Introducing React Routing
- 25 7.2 Using Layouts and Defining Nested Routes
- 26 7.3 Using Route Parameters
- 27 7.4 Using Side Effects in Router Pages
- 28 8.1 Conclusion