Completed
Mutation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React.js Reconciliation - Understanding the Core Process - Lecture 30
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 React
- 3 Overview
- 4 Components
- 5 React Components
- 6 Example Component
- 7 Example Code
- 8 Adding One More State
- 9 Complexity
- 10 State Transitions
- 11 Mutation
- 12 Sequences
- 13 Virtual DOM
- 14 Shadow DOM
- 15 Reconciliation
- 16 Levels
- 17 Component Types
- 18 Reconciliation Example
- 19 Optimizations
- 20 Questions
- 21 Why is that expensive
- 22 Code complexity and browser performance
- 23 Why not use Reactjs
- 24 Does Reactjs read from the DOM
- 25 How much code is shared between Reactjs and React Native
- 26 Virtual DOM after reconciliation
- 27 Disadvantages of using Virtual DOM
- 28 Managing complexity
- 29 Upcoming technologies