this post was submitted on 28 May 2026
54 points (89.7% liked)

Technology

84965 readers
3937 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] chris@links.openriver.net 3 points 6 hours ago (1 children)

PWA is where you save the website as an icon on your desktop right? I use several websites like that. What’s the drawback?

[–] CompactFlax@discuss.tchncs.de 4 points 6 hours ago* (last edited 6 hours ago) (2 children)

PWA isn’t as bad as electron but it’s similar. No local storage or offline capability - which is fine for a weather app, but not fine for something with persistent data like email or chat or a word processor. My computer has loaded up an entire GUI, with local storage and RAM, make use of it in an intelligent way instead of just loading a browser instance and assuming I don’t mind latency.

PWA is 100% better than an “App” that’s just a data collection unit showing the website. Which is all too common too.

[–] elmicha@feddit.org 11 points 5 hours ago (1 children)

PWAs can use local storage and they can have service workers, which allows them to run offline, at least in theory.

[–] uuj8za@piefed.social 4 points 3 hours ago

No local storage or offline capability

Yeah, this is 100% wrong. They definitely can use local storage and have offline capabilities.

They even have an object store: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

[–] chris@links.openriver.net 2 points 6 hours ago

Okay I think I get it. Yeah the PWA I save are usually websites I frequent but don’t want to install their app.