progressive web apps - bringing the web front and center

97

Upload: christian-heilmann

Post on 22-Jan-2018

701 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Progressive Web Apps - Bringing the web front and center
Page 2: Progressive Web Apps - Bringing the web front and center
Page 3: Progressive Web Apps - Bringing the web front and center
Page 4: Progressive Web Apps - Bringing the web front and center

https://demo.vaadin.com/expense-manager

Page 5: Progressive Web Apps - Bringing the web front and center

a.k.a. “PWA”

Page 6: Progressive Web Apps - Bringing the web front and center

Lots of events, tools, ideas and great documentation –and a few misconceptions

Page 7: Progressive Web Apps - Bringing the web front and center

Progressive Web App

Page 8: Progressive Web Apps - Bringing the web front and center

GameGalleryBook

NewspaperArt ProjectTool

Web App

Page 9: Progressive Web Apps - Bringing the web front and center

Progressive Web Site

Page 10: Progressive Web Apps - Bringing the web front and center

Progressive Web Site++

Page 11: Progressive Web Apps - Bringing the web front and center

Progressive Web Site++

Page 12: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 13: Progressive Web Apps - Bringing the web front and center
Page 14: Progressive Web Apps - Bringing the web front and center
Page 15: Progressive Web Apps - Bringing the web front and center
Page 16: Progressive Web Apps - Bringing the web front and center
Page 17: Progressive Web Apps - Bringing the web front and center
Page 18: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 19: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 20: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 21: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 22: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 23: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 24: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 25: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 26: Progressive Web Apps - Bringing the web front and center
Page 27: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 28: Progressive Web Apps - Bringing the web front and center

“Web as native”

Page 29: Progressive Web Apps - Bringing the web front and center
Page 30: Progressive Web Apps - Bringing the web front and center

PWA is

Page 31: Progressive Web Apps - Bringing the web front and center

PWA is

Page 32: Progressive Web Apps - Bringing the web front and center

PWA is

Page 33: Progressive Web Apps - Bringing the web front and center

PWA is

Page 34: Progressive Web Apps - Bringing the web front and center

PWA is

Page 35: Progressive Web Apps - Bringing the web front and center

PWA is

Page 36: Progressive Web Apps - Bringing the web front and center

PWA is

Page 37: Progressive Web Apps - Bringing the web front and center

PWA is

Page 38: Progressive Web Apps - Bringing the web front and center

PWA is

Page 39: Progressive Web Apps - Bringing the web front and center

PWA is

Page 40: Progressive Web Apps - Bringing the web front and center

PWA is

Page 41: Progressive Web Apps - Bringing the web front and center
Page 42: Progressive Web Apps - Bringing the web front and center
Page 43: Progressive Web Apps - Bringing the web front and center

PWA is

Discoverable Installable LinkableSafe

Page 44: Progressive Web Apps - Bringing the web front and center

needs to be served from a secure origin

Page 45: Progressive Web Apps - Bringing the web front and center

needs to have an app manifest

Page 46: Progressive Web Apps - Bringing the web front and center
Page 47: Progressive Web Apps - Bringing the web front and center
Page 48: Progressive Web Apps - Bringing the web front and center

Responsive App-LikeProgressive

PWA is

Page 49: Progressive Web Apps - Bringing the web front and center

Progressive Enhancement

Page 50: Progressive Web Apps - Bringing the web front and center

Progressive Enhancement

Page 51: Progressive Web Apps - Bringing the web front and center

Progressive Enhancement

Page 52: Progressive Web Apps - Bringing the web front and center

Progressive Enhancement

Page 53: Progressive Web Apps - Bringing the web front and center

can use your productno matter what

Page 54: Progressive Web Apps - Bringing the web front and center

do what they came for

Page 55: Progressive Web Apps - Bringing the web front and center

change their device

Page 56: Progressive Web Apps - Bringing the web front and center

where they are

Page 57: Progressive Web Apps - Bringing the web front and center
Page 58: Progressive Web Apps - Bringing the web front and center

PWA is

NetworkIndependent

Re-engageable

Fresh

Page 59: Progressive Web Apps - Bringing the web front and center

Act as proxy servers that sit

between web apps, the browser,

and the network.

Page 60: Progressive Web Apps - Bringing the web front and center

Define the rules what should be

cached and loaded from where –

no more hoping the browser

caches your work.

Page 61: Progressive Web Apps - Bringing the web front and center

Intercept network requests and

define what happens. Serve from

cache, refresh, convert before

display, etc….

Page 62: Progressive Web Apps - Bringing the web front and center

Refresh your app in the

background, pull new content

and notify the user with push

notifications that something new

is available.

Page 63: Progressive Web Apps - Bringing the web front and center

Detect support easily. If your

user’s device doesn’t support it,

fall back to push service.

Page 64: Progressive Web Apps - Bringing the web front and center
Page 65: Progressive Web Apps - Bringing the web front and center

PWA is

Discoverable Installable LinkableSafe

Page 66: Progressive Web Apps - Bringing the web front and center

discover

Page 67: Progressive Web Apps - Bringing the web front and center
Page 68: Progressive Web Apps - Bringing the web front and center

“try before you buy”

Page 69: Progressive Web Apps - Bringing the web front and center

Updates happen in the background

Page 70: Progressive Web Apps - Bringing the web front and center

store experience?

Page 71: Progressive Web Apps - Bringing the web front and center

just another resource

Page 72: Progressive Web Apps - Bringing the web front and center

index and ingest

Page 73: Progressive Web Apps - Bringing the web front and center

Store & Bing

Page 74: Progressive Web Apps - Bringing the web front and center

Active Submission

Page 75: Progressive Web Apps - Bringing the web front and center

Active Submission

Passive Ingestion

Page 76: Progressive Web Apps - Bringing the web front and center
Page 77: Progressive Web Apps - Bringing the web front and center
Page 78: Progressive Web Apps - Bringing the web front and center
Page 79: Progressive Web Apps - Bringing the web front and center
Page 80: Progressive Web Apps - Bringing the web front and center
Page 81: Progressive Web Apps - Bringing the web front and center
Page 82: Progressive Web Apps - Bringing the web front and center
Page 83: Progressive Web Apps - Bringing the web front and center
Page 84: Progressive Web Apps - Bringing the web front and center
Page 85: Progressive Web Apps - Bringing the web front and center
Page 86: Progressive Web Apps - Bringing the web front and center
Page 87: Progressive Web Apps - Bringing the web front and center

a PWA will just be an app

Page 88: Progressive Web Apps - Bringing the web front and center

Available Now

Page 89: Progressive Web Apps - Bringing the web front and center

Available Now

Coming soon

• Service Worker

• Cache API

• Push API

Page 90: Progressive Web Apps - Bringing the web front and center

Standalone Window

Independent from browser process Less overhead

Isolated cache

Nearly unlimited storage (indexed DB, localStorage, etc.)

Offline & background processes

Access to Windows Runtime (WinRT) APIs via JavaScript Calendar

Cortana

Address Book

Page 91: Progressive Web Apps - Bringing the web front and center
Page 92: Progressive Web Apps - Bringing the web front and center

helps the web

Page 93: Progressive Web Apps - Bringing the web front and center

new users will enjoy your products

Page 94: Progressive Web Apps - Bringing the web front and center

App core

iPhone iPad

Android Phone

Android Tablet

Windows

MacOS

Web

Submit to App Store

Submit to Play Store

Submit to Windows Store

Submit to Mac App Store

Host

Page 95: Progressive Web Apps - Bringing the web front and center

App core

iPhone iPad

Android Phone

Android Tablet

Windows

MacOS

Web

Submit to App Store

Submit to Play Store

Submit to Windows Store

Submit to Mac App Store

Host

App core

Web

iPhone iPad

Android Phone

Android Tablet

Windows

MacOS

Other PWA-capable

Host

Free

Page 96: Progressive Web Apps - Bringing the web front and center

brings the best of the web

Page 97: Progressive Web Apps - Bringing the web front and center