@lnxist Might help if you define or expand the acronym. I have no clue what a PWA means in this context.
@freemo A PWA being a "Progressive Web Application" https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
@freemo The offline bit is one of the main features of PWAs, they cache the application so if you go offline it can still serve whatever cached data it had when it was last online. It has different caching strategies so developers can decide how they want the app to handle being offline and fetching content when online.
@lnxist Cool, a lot of the "Chrome apps" are basically PWA then
@freemo Yeah, they both provide very similar features. PWAs are kind of the "successor" to Chrome Apps, but supported by the other browsers (e.g. I'm using Firefox for Android for mine).
@lnxist I guess electron is a bit more than that. It lets you run the app offline too, but PWA doesnt necessarily provide that option?