All articles

Tagged: Modules

6 min read

ES Modules & Modern Tooling: From Scripts to Apps

A practical guide to JavaScript modules and the build toolchain — named and default exports, import syntax, why modules have their own scope, static vs dynamic import, the module graph, npm and package.json, bundlers like Vite, and how a modern build works — with hands-on exercises and solutions.

JavaScriptModulesToolingFrontend