Introduction
A Progressive Web Application (PWA) is a web application that has a native app-like experience. PWAs are designed to be fas...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for the article, it helped a lot! I was wondering why would you install the workbox-window as a part of the tutorial as it seems that it's not being used anywhere, is there a specific reason to do so?
Back then the vite pwa docs recommended we install workbox. So I did.
Workbox is google's library that makes working with service workers easy.
This article is awesome! Many thanks! And also the pwa-asset-generator works like a charm!
🙌
hi I need a guidance in my pwa application
Ok. Are you facing any issues?
yes, for my pwa application when I reload the page or goin to the new route the application not act like offline application
if possible, could you please share the github repo for this tutorial?
Here is the GitHub repo link
github.com/bhendi-boi/WeatherUps
Hope this helps
Hello, a good example of pwa, I would like the same template on github, only in JavaScript without ts
thanks, appreciate it.
Hello, a good example of pwa, I would like the same template on github, only in JavaScript without ts
Just remove
: Partial <VitePWAOptions>
and you are good to gowao thanks, but what can I do to show something when it is offline ( like data from local, cache or some)??
You can sync the latest data to local storage everytime you make a fetch request and you can show that when it's offline.