DEV Community

Discussion on: PWA - Why should you use it and not use it?

Collapse
 
pawelmiczka profile image
Paweł Miczka

I wrote many of PWAs just for testing and here's my thoughts:

  1. I kinda don't like update mechanism. By default after updating app on server you have to wait day or two to get new version. I heard that you can configure it to don't cache your app but then it doesn't make sense from what website is.
  2. It drains battery much quicker since it just runs Chrome or any other browser under the hood.
  3. Performance is sometimes just bad

.. and since there is something like Flutter or SwiftUI for iOS devices i still prefer this way. Meybe something will change later - hope so because I am more JavaScript developer than Dart or Swift :D

Collapse
 
danyw3b profile image
DanyW3b

Very interesting considerations, Pawel! Thanks for sharing them.

Collapse
 
embiem profile image
Martin Beierling-Mutz

There's a way around the update issue you mention. You can basically load the new version in the background and then refresh to use the new version. Here's another good article about it: medium.com/progressive-web-apps/pw...

Collapse
 
developertharun profile image
Tharun Shiv

Excellent article! Thanks for sharing.. 🙂

Collapse
 
developertharun profile image
Tharun Shiv

Great points Pawel, thanks for letting us know about your experience 🙂