Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Applications Structure Analysis Using AST - React.js Conf 2015
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Static analysis
- 3 Why static analysis is difficult
- 4 Why static analysis is easier
- 5 Lowlevel transformations of code
- 6 Highlevel transformations of code
- 7 Instrumentation
- 8 MVC
- 9 Component wrappers
- 10 Component wrapper implementation
- 11 Generalizing the transform
- 12 What is a compiler
- 13 What is an AST
- 14 Parse
- 15 Terminal Step
- 16 Using the AST
- 17 Traversal and Query
- 18 FragmentParse
- 19 Templates
- 20 Object literals
- 21 Transformation
- 22 Return component name
- 23 Conclusions