Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Crash Course for Beginners - Learn ReactJS from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is React
- 3 First React Code
- 4 Building SPAs
- 5 React Alternatives
- 6 Creating a React Project
- 7 Setting Up a Code Editor
- 8 Diving Into the Created Project
- 9 How React Works & Understanding Components
- 10 More About Components & Styling with CSS Classes
- 11 Building & Reusing Another Component
- 12 Pros & Dynamic Content
- 13 Handling Events
- 14 Adding More Components
- 15 Introducing State
- 16 Event Props
- 17 Adding Routing
- 18 Adding Links & Navigation
- 19 CSS Modules
- 20 Outputting Lists
- 21 Adding More Components´
- 22 Props Children
- 23 Adding a Form
- 24 Getting User Input & Handling Form Submission
- 25 Preparing the App for HTTP
- 26 Sending a Post Request
- 27 Navigating Programmatically
- 28 Getting Started with Fetching Data
- 29 useEffect
- 30 Introducing React Context´
- 31 Context Logic & Different Ways of Updating State
- 32 Using Context in Components
- 33 More Context Usage
- 34 Summary