- Modules
- JavaScript
- Programming
Import and Export in depth
Import and Export in depth: Named, Default, Dynamic Import
2 min read
AKAram Khachatryan
170
Everything I have written, newest first.
73 articles
Tagged “javascript” ✕Import and Export in depth: Named, Default, Dynamic Import
Tree-shaking and Code Splitting in Module System
Module Bundlers: Why We Need Them (Webpack, Rollup, Parcel)
Combining CommonJS and ES Modules in Node.js
ES Modules․ import և export modern in JavaScript.
CommonJS Modules․ require and module.exports
What is a module in JavaScript and why is it important?
IIFE (Immediately Invoked Function Expressions) – Why was this needed and why we hardly use it now
Spread vs Rest operators – how and when to use them