Completed
Example Container Component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack Scala
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 High-level Architecture
- 3 How important is the frontend?
- 4 Choosing Frontend Language
- 5 Choosing Ul Framework
- 6 What is React?
- 7 Simple Mental Model
- 8 Real World Composition
- 9 Making changes
- 10 Frontend Overview
- 11 Container Collaboration
- 12 Example Container Component
- 13 Example Backend
- 14 Pure Component
- 15 Taking advantage of immutability: Performance
- 16 Taking advantage of immutability: Undo/Redo
- 17 Remote Data Challenges
- 18 Retrieving Data
- 19 Our Approach
- 20 Data Store Collaboration
- 21 Bridging Native React Components
- 22 Example Bridge Component
- 23 Example MDL Use
- 24 The Future