How to Build Your First Progressive Web App (PWA) — HTML, CSS & JavaScript Tutorial
dcode
234,868 lượt xem 4 years ago View the Code & GitHub Repository:
https://dcode.domenade.com/tutorials/how-to-create-a-progressive-web-app-in-javascript
In today's video I'll be showing you how to create a Progressive Web Application (or PWA) using HTML and JavaScript.
Progressive Web Applications are simply web apps that behave like native applications, and are typically "offline-first" meaning we can take advantage of Service Workers and the Cache API to display the app while the network is down.
Support me on Patreon:
https://www.patreon.com/dcode - with enough funding I plan to develop a website of some sort with a new developer experience!
For your reference, check this out:
https://web.dev/add-manifest/
https://developers.google.com/web/ilt/pwa/caching-files-with-service-worker
Follow me on Twitter @dcodeyt!
If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
#dcode #html #javascript