Hacker News new | ask | show | jobs
by aschampion 3196 days ago
> but for some reason it uses a lot less resources than the actual native apps.

Because most "actual native apps" now are not native apps but electron or some other HTML + JS + CSS wrapper running an entire separate browser to render the app. By running the web page as separate windows you're effectively getting the same app but sharing the browser overhead.