SlideShare a Scribd company logo
Let’s talk about
Aleksandr Tkalenko
JS developer
DataArt Dnepropetrovsk
Dnepropetrovsk 2015
1
JS modules
2
- encapsulation
- organization
JS modules PURPOSES
3
- encapsulation
- organization
JS modules PURPOSES
● no global scope pollution
● different library versions use
● security
4
- encapsulation
- organization
JS modules PURPOSES
● convenient using
● decoupling
● re-use / DRY principle
5
- global variables / namespace / tag
- AMD
- AMD with CommonJS
- CommonJS
WAYS TO DEFINE MODULES
6
- global variables
- AMD
- AMD with CommonJS
- CommonJS
WAYS TO DEFINE MODULES
7
- global variables
- AMD
- AMD with CommonJS
- CommonJS
WAYS TO DEFINE MODULES
8
- global variables
- AMD
- AMD with CommonJS
- CommonJS
WAYS TO DEFINE MODULES
9
- global variables
- AMD
- AMD with CommonJS
- CommonJS
WAYS TO DEFINE MODULES
- ES6 Modules
10
JS MODULE TOOLS
- RequireJS
- Browserify
- wreq
- curl
- jspm
11
WEBPACK
module bundler
12
installation and use
Installs as a npm package
Could be runned from CLI
… or as NodeJS package from
script
WEBPACK
13
- PLUGINS
WEBPACK
- DEV TOOLS
provides
- CODE SPLITTING
- LOADERS
14
code splitting WEBPACK
+ get only what you need
- many requests => much overhead
- request latency
+ one request, less latency
- get all bunch
REQUEST PER MODULE ALL IN ONE REQUEST
to organize modules as chunks
15
WEBPACK
+ get only what you need
+ less requests, less overhead
MODULES TO CHUNKS
code splittingto organize modules as chunks
16
WEBPACK
Defining splitting point
code splittingto organize modules as chunks
17
WEBPACK
PNG
PNG
less
CSS
sass
jade
hbs
haml
woff
ttf
eofJS
JSX
coffee
what parts modern webapp consists of?
JS
HTML
PNG
CSS
loadersto treat any static asset as a module
18
WEBPACKloadersto treat any static asset as a module
19
WEBPACKloadersto treat any static asset as a module
20
WEBPACKloadersto treat any static asset as a module
… and to run tests
21
WEBPACK
list of loaders
loadersto treat any static asset as a module
60+
22
rich plugin system WEBPACK
to get inside the process
wanna some
dependency injection
bower modules
uglified javascript with sourceMaps
?smart chunks loading
23
24
rich plugin system WEBPACK
to get inside the process
PLUGINS!
25
rich plugin system WEBPACK
to get inside the process
26
rich plugin system WEBPACK
to get inside the process
27
rich plugin system WEBPACK
to get inside the process
28
rich plugin system WEBPACK
to get inside the process
29
rich plugin system WEBPACK
to get inside the process
smart common chunks extraction
p1.entry.chunk.js
p2.entry.chunk.js
p3.entry.chunk.js
common.chunk.js
30
rich plugin system WEBPACK
to get inside the process
list of plugins
20+
31
dev tools and other stuff WEBPACK
to make work fun and easy
- DEV SERVER
- HOT MODULE REPLACEMENT
- DEPENDENCIES VISUALIZATION
32
dev tools and other stuff WEBPACK
to make work fun and easy
33
COMPARISON
feature WEBPACK RequireJS Browserify
CommonJS yes wrapping in yes
AMD yes yes no
Chunks on demand yes yes no
expressions in require
yes no no
Runtime overhead
243b + 20b per module + 4b
per dependency
14.7kb + 0b per module + (3b +
X) per dependency
415b + 25b per module +
(6b + 2X) per dependency
34
Q/A
???
“ Let’s talk about Webpack ”
Aleksandr Tkalenko
DataArt Dnepropetrovsk
2015
35

More Related Content

What's hot (20)

PPTX
Webpack Introduction
Anjali Chawla
 
PDF
Webpack: from 0 to 2
Alessandro Bellini
 
PDF
Bundle your modules with Webpack
Jake Peyser
 
PDF
Packing it all: JavaScript module bundling from 2000 to now
Derek Willian Stavis
 
PPTX
Lecture: Webpack 4
Sergei Iastrebov
 
PPTX
Javascript Bundling and modularization
stbaechler
 
PPTX
Webpack
Raymond McDermott
 
PPTX
#2 Hanoi Magento Meetup - Part 2: Knockout JS
Hanoi MagentoMeetup
 
PDF
Angular2 ecosystem
Kamil Lelonek
 
PDF
Production optimization with React and Webpack
k88hudson
 
PPTX
Webpack and Web Performance Optimization
Chen-Tien Tsai
 
PDF
Nuxt.js - Introduction
Sébastien Chopin
 
PPTX
Nuxt Talk
Sébastien Chopin
 
PDF
System webpack-jspm
Jesse Warden
 
PPTX
DotNet MVC and webpack + Babel + react
Chen-Tien Tsai
 
PDF
Forget Grunt and Gulp! Webpack and NPM rule them all!
Derek Willian Stavis
 
PDF
Bower & Grunt - A practical workflow
Riccardo Coppola
 
PPTX
Grunt and Bower
George Estebe
 
PDF
Front-end build tools - Webpack
Razvan Rosu
 
Webpack Introduction
Anjali Chawla
 
Webpack: from 0 to 2
Alessandro Bellini
 
Bundle your modules with Webpack
Jake Peyser
 
Packing it all: JavaScript module bundling from 2000 to now
Derek Willian Stavis
 
Lecture: Webpack 4
Sergei Iastrebov
 
Javascript Bundling and modularization
stbaechler
 
#2 Hanoi Magento Meetup - Part 2: Knockout JS
Hanoi MagentoMeetup
 
Angular2 ecosystem
Kamil Lelonek
 
Production optimization with React and Webpack
k88hudson
 
Webpack and Web Performance Optimization
Chen-Tien Tsai
 
Nuxt.js - Introduction
Sébastien Chopin
 
System webpack-jspm
Jesse Warden
 
DotNet MVC and webpack + Babel + react
Chen-Tien Tsai
 
Forget Grunt and Gulp! Webpack and NPM rule them all!
Derek Willian Stavis
 
Bower & Grunt - A practical workflow
Riccardo Coppola
 
Grunt and Bower
George Estebe
 
Front-end build tools - Webpack
Razvan Rosu
 

Similar to Webpack (20)

PDF
Commit to excellence - Java in containers
Red Hat Developers
 
PPT
Docker pipelines
Chris Mague
 
PDF
DevHub 3 - Composer plus Magento
Magento Dev
 
PPTX
Docker for PHP Developers - Jetbrains
Chris Tankersley
 
PPTX
Java 9 Modularity and Project Jigsaw
Comsysto Reply GmbH
 
PDF
JBoss EAP 7 & JDG 7 최신 기술 소개
Ted Won
 
PPTX
WEBPACK
home
 
PDF
Jaoo Michael Neale 09
Michael Neale
 
PDF
Webpack101
Song YANG
 
PPTX
Uri Cohen & Dan Kilman, GigaSpaces - Orchestration Tool Roundup - OpenStack l...
Cloud Native Day Tel Aviv
 
PPTX
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Nati Shalom
 
PDF
Architecting The Future - WeRise Women in Technology
Daniel Barker
 
PDF
PT-4142, Porting and Optimizing OpenMP applications to APU using CAPS tools, ...
AMD Developer Central
 
PPTX
Orchestration tool roundup - OpenStack Israel summit - kubernetes vs. docker...
Uri Cohen
 
PDF
nuxt-en.pdf
ssuser65180a
 
PDF
tools cli java
TiNguyn863920
 
PPTX
Angular JS in 2017
Ayush Sharma
 
PDF
JavaOne 2016: Life after Modularity
DanHeidinga
 
PDF
Spring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
Red Hat Developers
 
PDF
Deploying WSO2 Middleware on Containers
Imesh Gunaratne
 
Commit to excellence - Java in containers
Red Hat Developers
 
Docker pipelines
Chris Mague
 
DevHub 3 - Composer plus Magento
Magento Dev
 
Docker for PHP Developers - Jetbrains
Chris Tankersley
 
Java 9 Modularity and Project Jigsaw
Comsysto Reply GmbH
 
JBoss EAP 7 & JDG 7 최신 기술 소개
Ted Won
 
WEBPACK
home
 
Jaoo Michael Neale 09
Michael Neale
 
Webpack101
Song YANG
 
Uri Cohen & Dan Kilman, GigaSpaces - Orchestration Tool Roundup - OpenStack l...
Cloud Native Day Tel Aviv
 
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Nati Shalom
 
Architecting The Future - WeRise Women in Technology
Daniel Barker
 
PT-4142, Porting and Optimizing OpenMP applications to APU using CAPS tools, ...
AMD Developer Central
 
Orchestration tool roundup - OpenStack Israel summit - kubernetes vs. docker...
Uri Cohen
 
nuxt-en.pdf
ssuser65180a
 
tools cli java
TiNguyn863920
 
Angular JS in 2017
Ayush Sharma
 
JavaOne 2016: Life after Modularity
DanHeidinga
 
Spring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
Red Hat Developers
 
Deploying WSO2 Middleware on Containers
Imesh Gunaratne
 
Ad

More from DataArt (20)

PDF
DataArt Custom Software Engineering with a Human Approach
DataArt
 
PDF
DataArt Healthcare & Life Sciences
DataArt
 
PDF
DataArt Financial Services and Capital Markets
DataArt
 
PDF
About DataArt HR Partners
DataArt
 
PDF
Event management в IT
DataArt
 
PDF
Digital Marketing from inside
DataArt
 
PPTX
What's new in Android, Igor Malytsky ( Google Post I|O Tour)
DataArt
 
PDF
DevOps Workshop:Что бывает, когда DevOps приходит на проект
DataArt
 
PDF
IT Talk Kharkiv: «‎Soft skills в IT. Польза или вред? Максим Бастион, DataArt
DataArt
 
PDF
«Ноль копеек. Спастись от выгорания» — Сергей Чеботарев (Head of Design, Han...
DataArt
 
PDF
Communication in QA's life
DataArt
 
PDF
Нельзя просто так взять и договориться, или как мы работали со сложными людьми
DataArt
 
PDF
Знакомьтесь, DevOps
DataArt
 
PDF
DevOps in real life
DataArt
 
PDF
Codeless: автоматизация тестирования
DataArt
 
PDF
Selenoid
DataArt
 
PDF
Selenide
DataArt
 
PDF
A. Sirota "Building an Automation Solution based on Appium"
DataArt
 
PDF
Эмоциональный интеллект или как не сойти с ума в условиях сложного и динамичн...
DataArt
 
PPTX
IT talk: Как я перестал бояться и полюбил TestNG
DataArt
 
DataArt Custom Software Engineering with a Human Approach
DataArt
 
DataArt Healthcare & Life Sciences
DataArt
 
DataArt Financial Services and Capital Markets
DataArt
 
About DataArt HR Partners
DataArt
 
Event management в IT
DataArt
 
Digital Marketing from inside
DataArt
 
What's new in Android, Igor Malytsky ( Google Post I|O Tour)
DataArt
 
DevOps Workshop:Что бывает, когда DevOps приходит на проект
DataArt
 
IT Talk Kharkiv: «‎Soft skills в IT. Польза или вред? Максим Бастион, DataArt
DataArt
 
«Ноль копеек. Спастись от выгорания» — Сергей Чеботарев (Head of Design, Han...
DataArt
 
Communication in QA's life
DataArt
 
Нельзя просто так взять и договориться, или как мы работали со сложными людьми
DataArt
 
Знакомьтесь, DevOps
DataArt
 
DevOps in real life
DataArt
 
Codeless: автоматизация тестирования
DataArt
 
Selenoid
DataArt
 
Selenide
DataArt
 
A. Sirota "Building an Automation Solution based on Appium"
DataArt
 
Эмоциональный интеллект или как не сойти с ума в условиях сложного и динамичн...
DataArt
 
IT talk: Как я перестал бояться и полюбил TestNG
DataArt
 
Ad

Recently uploaded (20)

PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PPTX
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 

Webpack