SlideShare a Scribd company logo
Progressive Web Apps 101
Prerequisites: HTML 101 & JavaScript 101
@fvcproductions
Hi, I’m Frances (your professor)! !
Software Engineer @SlackHQ
@fvcproductions
@fvcproductions
slack.com/careers@fvcproductions
Hi, I’m Frances (your professor)! !
Software Engineer @SlackHQ
@fvcproductions
Norfolk, VA @fvcproductions
@fvcproductions
fvcproductions
fvcproductions.com
hello@fvcproductions.com
Curriculum
• Why even? 🤔 (25%)
• Embracing the web
• Where even? 👀 (15%)
• Examples in real life
• How even? 🛠 (50%)
• The transformation process
@fvcproductions
Expectations
• You have basic experience in HTML & JavaScript
• You don't know too much about these
Progressive Web Apps (PWAs)
• Like why they exist
• Or where they are used
• Or even how to implement one
@fvcproductions
Disclaimers
• I don't work for Google but I will be
mentioning lots of Googly stuff
• Not gonna be talking about Slack work
• I'm not a developer advocate - I'm just a
front end developer who likes to talk
about front end stuff
@fvcproductions
@fvcproductions
Why even? 🤔 @fvcproductions
Most accessible platform
across the world?
📻 🌐📱💻 🖥 🤖 🕶 🚗 🏥
@fvcproductions
The mobile web.
🌐📱
@fvcproductions
@fvcproductions
@fvcproductions
PWA Checklist
• Fast
• Integrated
• Reliable
• Engaging
@fvcproductions
Fast
First Paint First Contentful Paint
First Meaningful Paint
Time to Interactive
@fvcproductions
Integrated
@fvcproductions
Reliable
@fvcproductions
Engaging
@fvcproductions
In Summary
@fvcproductions
@fvcproductions
🔥 !!!
• Fast
• Even on
slow
networks
• Integrated
• Add to
home
screen
• Reliable
• Offline-first
• Engaging
• Web push
notifications
PWAs
&
Privilege @fvcproductions
@fvcproductionsThe State of LTE (Nov 2017)
4GB Availability Worldwide
@fvcproductions
4GB Speed Worldwide
@fvcproductions
@fvcproductions
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
@fvcproductions
@fvcproductions
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
GDG DevFest 2018 - Progressive Web Apps 101
@fvcproductions
~70% of people in
emerging markets
consider app size before
downloading due to data
costs and storage space
@fvcproductions
Emerging markets are
becoming more crucial
@fvcproductions
~53% of the world has
access to the Internet now
Size of Twitter Clients (May 2018)Size(MB)
0
50
100
150
200
Android iOS PWA
0.6
185
86
@fvcproductions
0.6
Write once,
deploy
everywhere!
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
Write once,
deploy
everywhere!
@fvcproductions
Where even? 👀 @fvcproductions
EVERYWHERE! 😳😮😯😲
@fvcproductions
@fvcproductions
Exploring Examples
• Starbucks 🍴🍔😋🍕🍗🌮
• Instagram 📷🎥📸🎬
• Forbes 📰🗞
• Trivago ✈🌎🌍🌏
• Flipkart 👜👕💸👔👚🛍
🤯
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
Forbes@fvcproductions
Trivago@fvcproductions
@fvcproductions
Downsides… 😓
@fvcproductions
No centralized hub @fvcproductions
No centralized hub @fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions

@fvcproductions
K
@fvcproductions
L
@fvcproductions
M
@fvcproductions
N
@fvcproductions
N
@fvcproductions
O
@fvcproductions
P
@fvcproductions
Q
@fvcproductions
🌎
@fvcproductions
How even? 🛠 @fvcproductions
Testing for
PWA Readiness 💡
@fvcproductions
Lighthouse
@fvcproductions
@fvcproductions
@sf_gdg
GDG DevFest 2018 - Progressive Web Apps 101
Shameless Plug
🤫
@fvcproductions
@fvcproductions
@fvcproductions
The
Transformation
🦋
hugoma.fvcproductions.com
@fvcproductions
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
GDG DevFest 2018 - Progressive Web Apps 101
GDG DevFest 2018 - Progressive Web Apps 101
sw.js
index.html
manifest.json
HTTPs
1. HTTPs
2. index.html
3. manifest.json
4. sw.js
@fvcproductions
1. HTTPs
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
2. index.html
@fvcproductions
index.html
<head></head>
@fvcproductions
@fvcproductions
index.html
<body></body>
3. manifest.json
3. /manifest.json
@fvcproductions
@fvcproductions
48x48, 72x72, 96x96, 144x144,
192x192, 256x256, 384x384, 512x512
many icons much wow
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
4. sw.js
@fvcproductions
Offline-first
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
@fvcproductions
@fvcproductions
webpack.config.js
webpack.config.js
@fvcproductions
GenerateSW()
@fvcproductions
generated sw.js
@fvcproductions
sw.js
file manifest
@fvcproductions
Remember this
🔥 ?
• Fast
• Even on
slow
networks
• Integrated
• Add to
home
screen
• Reliable
• Offline-first
• Engaging
• Web push
notifications
@fvcproductions
🔥 Checklist
• Integrated
• manifest.json
• HTML enhancements
• Reliable
• sw.js
• HTTPs
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
manifest.json
index.html
sw.js
@fvcproductions
Only
3 files
needed!
🦄
GDG DevFest 2018 - Progressive Web Apps 101
Web push
notifications?
Engaging?
@fvcproductions
@fvcproductions
GDG DevFest 2018 - Progressive Web Apps 101
GDG DevFest 2018 - Progressive Web Apps 101
GDG DevFest 2018 - Progressive Web Apps 101
@fvcproductions
TLDR;
@fvcproductions
@fvcproductions
Takeaways
Why even? 🤔
To deliver a native experience
with the broad reach of the
modern web
Where even? 👀
Everywhere!
How even? 🛠
A few vitamins
@fvcproductions
FIN
@fvcproductions
Thanks for listening! 💛
@fvcproductions
References
1. Slack website: https://slack.com
2. Progressive Web Apps Checklist: https://
developers.google.com/web/progressive-web-apps/
checklist
3. US Design System Standards: https://
designsystem.digital.gov/components/typography/
4. PWAs: building bridges to mobile, desktop, and native
(Google I/O ’18) : https://www.youtube.com/watch?
v=NITk4kXMQDw
5. Tooling for Progressive Web Apps: https://
www.youtube.com/watch?v=_CO3XZj00no
6. OneSignal: The State of LTE: https://opensignal.com/
reports/2017/11/state-of-lte
7. Syntax Highlighting: https://carbon.now.sh
8. Workbox: https://developers.google.com/web/tools/
workbox/
9. Comscore 2017 US Mobile App Report: https://
www.comscore.com/Insights/Presentations-and-
Whitepapers/2017/The-2017-US-Mobile-App-Report
10. Music from Jukedeck - create your own at http://
jukedeck.com
11. Speedtest 2017 US Market Report by Ookla: http://
www.speedtest.net/reports/united-states
12. Jopwell Stock Photos: https://www.jopwell.com
13. Service workers explained: https://www.netlify.com/
blog/2017/10/31/service-workers-explained/
14. App revenue climbed 35 percent to $60 billion in
2017: https://techcrunch.com/2018/01/05/app-
revenue-climbed-35-percent-to-60-billion-in-2017
15. Shrinking APKs, growing installs: https://medium.com/
googleplaydev/shrinking-apks-growing-
installs-5d3fcba23ce2
16. We Are Social - Digital in 2018 Report: https://
wearesocial.com/us/blog/2018/01/global-digital-
report-2018
17. Hugoma Theme: https://github.com/fvcproductions/
hugoma
18. PWAs 101 (same title lol): https://
medium.freecodecamp.org/progressive-web-
apps-101-the-what-why-and-how-4aa5e9065ac2
19. Build the Next Generation of Mobile Web: https://
www.youtube.com/watch?v=3tb-1MWg44Y
20.YouTube: Trivago, Forbes and Flipkart Video
21. PWA Builder: https://www.pwabuilder.com/
22. Netlify: https://netlify.com
23. Static Site Generators: https://www.staticgen.com/
24. Gatsby: https://www.gatsbyjs.org/
25. React: https://reactjs.org/
26.Hugo: https://gohugo.io/
27. Go: https://golang.org/
28.OneSignal: https://onesignal.com/
29.Norfolk: https://www.wikiwand.com/en/
Naval_Station_Norfolk
30.Project Stream: https://www.youtube.com/watch?
time_continue=10&v=sE53eSbzxoU
31. Verizon 5G: https://www.verizon.com/about/our-
company/5g
32. Microsoft & Google: https://www.computerworld.com/
article/3314746/mobile-apps/why-microsoft-and-
google-love-progressive-web-apps.html
33. Google Fuschia: https://www.wikiwand.com/en/
Google_Fuchsia
34.Mobile OS Market Share: http://gs.statcounter.com/
os-market-share/mobile/china
@fvcproductions
Questions, comments or concerns? 💭
@fvcproductions
These slides will be shared ASAP! 🎉
https://slideshare.net/fvcproductions
@fvcproductions
fvcproductions
fvcproductions.com
hello@fvcproductions.com
slack.com/careers

More Related Content

PDF
Scenic City Summit 2018 - Progressive Web Apps 101
PDF
GDG SF Meetup - Progressive Web Apps 101
PDF
Telegraph Track - Progressive Web Apps 101
PDF
Patterns and antipatterns in Docker image lifecycle @ DevOpsDays Charlotte 2017
PDF
Startup and Rapid web development
PDF
Patterns and antipatterns in Docker image lifecycle @ Codemash 2017
PDF
JCON 2021 talk - "Wil Git Be Around Forever? A List of Possible Successors"
PDF
Be a polyglot programmer
Scenic City Summit 2018 - Progressive Web Apps 101
GDG SF Meetup - Progressive Web Apps 101
Telegraph Track - Progressive Web Apps 101
Patterns and antipatterns in Docker image lifecycle @ DevOpsDays Charlotte 2017
Startup and Rapid web development
Patterns and antipatterns in Docker image lifecycle @ Codemash 2017
JCON 2021 talk - "Wil Git Be Around Forever? A List of Possible Successors"
Be a polyglot programmer

What's hot (16)

PDF
Patterns and antipatterns in Docker image lifecycle as was presented at Oracl...
PDF
The Death of Lorem Ipsum and Pixel-Perfect Content (MinneWebCon version)
PPT
Windows: Having its ass kicked by Puppet and Powershell since 2012 #PuppetConf
PDF
DevOps @Scale (Greek Tragedy in 3 Acts) as it was presented at Oracle Code SF...
PDF
Lvl.up
PDF
The Death of Lorem Ipsum & Pixel Perfect Content
PPT
WordPress Plugins You Cannot Live Without
PDF
Shifting Gears
PDF
Time to stop breaking your promises - dealing with 404's, broken URLs and pla...
PDF
Rs aggarwal class 10 solutions
PPTX
JSConf US 2010
PDF
Vladimirs-Ivanovs-Airplane-Factory-Game-for-IPMA-YC-Latvia
PDF
JavaScript Like It’s 2013
PDF
Blocker Clustering reloaded (V2)
DOCX
Unit 35 LO3 Production Plan
PDF
Deep crawl the chaotic landscape of JavaScript
Patterns and antipatterns in Docker image lifecycle as was presented at Oracl...
The Death of Lorem Ipsum and Pixel-Perfect Content (MinneWebCon version)
Windows: Having its ass kicked by Puppet and Powershell since 2012 #PuppetConf
DevOps @Scale (Greek Tragedy in 3 Acts) as it was presented at Oracle Code SF...
Lvl.up
The Death of Lorem Ipsum & Pixel Perfect Content
WordPress Plugins You Cannot Live Without
Shifting Gears
Time to stop breaking your promises - dealing with 404's, broken URLs and pla...
Rs aggarwal class 10 solutions
JSConf US 2010
Vladimirs-Ivanovs-Airplane-Factory-Game-for-IPMA-YC-Latvia
JavaScript Like It’s 2013
Blocker Clustering reloaded (V2)
Unit 35 LO3 Production Plan
Deep crawl the chaotic landscape of JavaScript

Similar to GDG DevFest 2018 - Progressive Web Apps 101 (20)

PDF
Pluralsight LIVE 2019 | Progressive Web Apps 101
PDF
RevolutionConf 2019 - Progressive Web Apps 101
PDF
Progressive Web Apps 101 - NationJS
PDF
A Fullstack Future - Progressive Web Apps
PDF
Magento 2 Performance: Every Second Counts
PDF
Scenic City Summit 2018 - TypeScript 101
PDF
A Research Study Into DevOps Bottlenecks as presented at Oracle Code LA 2018
PDF
A Research Study into DevOps Bottlenecks as presented at Codemash 2018
PPT
Selenium and Cucumber Selenium Conf 2011
PPT
Cucumber Presentation Kiev Meet Up
PPT
jQuery For Developers Stack Overflow Dev Days Toronto
PDF
Forgot Password? Yes I Did!
PPTX
SEO Live! Higher Ed Web SE
PDF
Shift left-devoxx-pl
PPT
Intro to jQuery - LUGOR - Part 1
PDF
Data Driven DevOps
PDF
What is "Domain Driven Design" and what can you expect from it?
PDF
Data driven devops as presented at Codemash 2018
PDF
Patterns and antipatterns in Docker image lifecycle as was presented at Devop...
PPTX
Brighton SEO April 2022 - Automate the technical SEO stuff
Pluralsight LIVE 2019 | Progressive Web Apps 101
RevolutionConf 2019 - Progressive Web Apps 101
Progressive Web Apps 101 - NationJS
A Fullstack Future - Progressive Web Apps
Magento 2 Performance: Every Second Counts
Scenic City Summit 2018 - TypeScript 101
A Research Study Into DevOps Bottlenecks as presented at Oracle Code LA 2018
A Research Study into DevOps Bottlenecks as presented at Codemash 2018
Selenium and Cucumber Selenium Conf 2011
Cucumber Presentation Kiev Meet Up
jQuery For Developers Stack Overflow Dev Days Toronto
Forgot Password? Yes I Did!
SEO Live! Higher Ed Web SE
Shift left-devoxx-pl
Intro to jQuery - LUGOR - Part 1
Data Driven DevOps
What is "Domain Driven Design" and what can you expect from it?
Data driven devops as presented at Codemash 2018
Patterns and antipatterns in Docker image lifecycle as was presented at Devop...
Brighton SEO April 2022 - Automate the technical SEO stuff

More from Frances Coronel (20)

PDF
Conexión y Cultura con Asana
PDF
Stories from Latinas in Engineering with KeepTruckin
PDF
Uncharted Territories: On Being the First in Tech
PDF
Pride Month Event with Blend: Intersecting Identities in Tech
PDF
My State of Work | MS&E 184 - Spring 2020
PDF
Engineering Mentorship with Asana
PDF
Welcome to Slack, Mindot!
PDF
JSConf EU 2019 - Being a Unicorn Working for Another Unicorn
PDF
Welcome to Slack, Diablo Valley College!
PDF
Welcome to Slack, Coro Fellows!
PDF
JSConf Hawaiʻi 2019
PDF
Side Hustle: Techqueria.org
PDF
General Assembly - So You Want To Be A Wizard
PDF
SMASH Speaker Series at Stanford University
PDF
TypeScript 101 - Beer City Code
PDF
TypeScript 101 - We RISE Tech Conference
PDF
TypeScript 101 - Women Who Code - CONNECT 2018
PDF
Revolution Conf 2016 - Sponsorship Packages - Version 1
PDF
Horizons One
PDF
Code Now
Conexión y Cultura con Asana
Stories from Latinas in Engineering with KeepTruckin
Uncharted Territories: On Being the First in Tech
Pride Month Event with Blend: Intersecting Identities in Tech
My State of Work | MS&E 184 - Spring 2020
Engineering Mentorship with Asana
Welcome to Slack, Mindot!
JSConf EU 2019 - Being a Unicorn Working for Another Unicorn
Welcome to Slack, Diablo Valley College!
Welcome to Slack, Coro Fellows!
JSConf Hawaiʻi 2019
Side Hustle: Techqueria.org
General Assembly - So You Want To Be A Wizard
SMASH Speaker Series at Stanford University
TypeScript 101 - Beer City Code
TypeScript 101 - We RISE Tech Conference
TypeScript 101 - Women Who Code - CONNECT 2018
Revolution Conf 2016 - Sponsorship Packages - Version 1
Horizons One
Code Now

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
MYSQL Presentation for SQL database connectivity
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Cloud computing and distributed systems.
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
The AUB Centre for AI in Media Proposal.docx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Unlocking AI with Model Context Protocol (MCP)
MYSQL Presentation for SQL database connectivity
“AI and Expert System Decision Support & Business Intelligence Systems”
Cloud computing and distributed systems.
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Big Data Technologies - Introduction.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectral efficient network and resource selection model in 5G networks
Network Security Unit 5.pdf for BCA BBA.
MIND Revenue Release Quarter 2 2025 Press Release
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
20250228 LYD VKU AI Blended-Learning.pptx

GDG DevFest 2018 - Progressive Web Apps 101