Hacker News new | ask | show | jobs
by joemelonyeah 842 days ago
Funny that the reverse has already happened due to Apple's lackluster support of PWAs. PWAs run with the system's browser engine, unlike Electron apps that ship with their own customized Chromium engine. Each app is only a few megabytes tops, unlike the hundreds of megabytes of bloat native apps tend to take up nowadays.
1 comments

The static megabytes on disk are not a problem [1], the runtime, battery, and memory overhead from them being written in JS+DOM is.

[1] never got anywhere near close to run out of space on iOS because of apps (at 50+ apps installed). Besides the big offenders space-wise are not general apps and their code dependencies, but games with huge asset libraries.