Completed
Better Performance = Happier Customers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Avoiding React Performance Pitfalls - Electrode Platform at Walmart.com
Automatically move to the next video in the Classroom when playback concludes
- 1 EMERGING TECHNOLOGIES FOR THE ENTERPRISE CONFERENCE
- 2 Better Performance = Happier Customers
- 3 Areas of Performance
- 4 First App We Built
- 5 Problems Arose
- 6 renderToString()
- 7 React Resolver Engine
- 8 Components Had Tons of unused Imports
- 9 Server Side Render Component Caching
- 10 Render only what's required by that device
- 11 Node 4 vs Node 6
- 12 Atomic Imports
- 13 React Streaming
- 14 Complete Caching