Completed
3.1 Writing the Application Component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Practical React Fundamentals
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 React Fundamentals
- 2 1.2 Creating Projects
- 3 2.1 Touring a New Project
- 4 2.2 Creating Components
- 5 3.1 Writing the Application Component
- 6 3.2 Iterating Over Components
- 7 3.3 Adding Functionality to Components
- 8 3.4 Generating More Components
- 9 3.5 Adding Style to Components
- 10 4.1 Using State and Events
- 11 4.2 Facilitating Child-to-Parent Communication
- 12 4.3 Adding Dynamic Content
- 13 4.4 Handling User Input
- 14 5.1 Conclusion