Completed
The weak link
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Practical Performance for React - How Common Patterns Slow Down Your App
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Benchmarking
- 3 General issues
- 4 The weak link
- 5 State change
- 6 Should component update
- 7 Example Problem
- 8 React Reconciliation Process
- 9 Recursive Updates
- 10 Examples
- 11 Anonymous functions
- 12 Connect
- 13 Props
- 14 Selectors
- 15 Updating State
- 16 Updating Local State
- 17 Updating Redux State
- 18 Batch Redux Actions
- 19 Connect State
- 20 Rerender
- 21 JavaScript
- 22 Animations
- 23 Bundler
- 24 Systrace
- 25 Routing
- 26 Conclusion