Slide 27
Slide 27 text
Loading JavaScript
• We moved to modules (CommonJS via AMD)
• Decouples loading from evaluation
• Build tool spiders dependencies and make bundles
• Now we can play with the loading without changing
the code
• Lazy loading, Parallel loading, different bundles
Wednesday, June 27, 12