Completed
Intro: Building Custom React Native DevTools
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hacking React Native DevTools and Building a Plugin Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro: Building Custom React Native DevTools
- 2 Motivation: Why DevTools Needed to Be Extended
- 3 How React Native DevTools Work Under the Hood
- 4 Finding Injection Points in DevTools
- 5 Reverse-Engineering the Architecture
- 6 Designing a Plugin-Based Approach
- 7 From Experiments to a Real Plugin Framework
- 8 Embedding React-Based UIs in DevTools
- 9 Sandboxed Execution and Safety Guarantees
- 10 Lessons Learned and Tooling Trade-offs
- 11 Where to Learn More and Get in Touch