Completed
Creating a React Component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 – Course Intro
- 2 Prerequisites
- 3 What is React?
- 4 Setting Up the Development Environment
- 5 Creating a React App
- 6 Project Structure
- 7 Creating a React Component
- 8 How React Works
- 9 React Ecosystem
- 10 Building Components
- 11 Creating a ListGroup Component
- 12 Fragments
- 13 Rendering Lists
- 14 Conditional Rendering
- 15 Handling Events
- 16 Managing State
- 17 Passing Data Via Props
- 18 Passing Functions Via Props
- 19 State Vs Props
- 20 Passing Children
- 21 Inspecting Components with React Dev Tools
- 22 Exercise: Building a Button Component
- 23 Exercise: Showing an Alert