Completed
Module loading process
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Native JavaScript Modules
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 First attempt: external JS files
- 3 Async Module Definition
- 4 CommonJS
- 5 ECMAScript Modules aka JavaScript modules aka ESM
- 6 ESM Features
- 7 Differences with classic scripts
- 8 Modules loading order
- 9 Module loading process
- 10 Handling circular dependencies
- 11 ES module path
- 12 Package name maps (module resolution algorithm)
- 13 Dynamic import()
- 14 DEMO Lary load of Bootstrap scripts on user actions
- 15 NPM package entries
- 16 import.meta
- 17 Other types of scripts
- 18 Performance
- 19 Unit Testing