课程目录:Progressive Web Apps (PWA)培训
4401 人关注
(78637/99817)
课程大纲:

        Progressive Web Apps (PWA)培训

 

 

 

Introduction

Convergence of web and mobile
Reasons for Developing Progressive Web Apps

speed and performance (compared to websites)
security
offline capabilities
push notifications
improved bounce rates
app-like feel and functionality
bypassing of App Stores
Enabling Your Website

secure HTTPS connection
JSON Manifest
Service Worker
Building Your First Progressive Web App (PWA)

Using Service Workers to Enable Your App to Work Offline

Caching data
Serving push notifications
Updating content
Data manipulation
Event Listeners and Commands

Customizing responses to network requests depending on whether online/offline status
Data persistence and messaging
Accessing Cache API, Fetch API, IndexedDB API, postMessage(), etc.
Increasing user engagement through Notification API
Using Cached Assets in Your Application

Configuring Web App Manifest

Adding the app to the Home Screen
Application Shell Architecture

UI Considerations

Usability
Localization
Troubleshooting the PWA

Deploying the PWA to an App Store

Summary and Conclusion