Hacker News new | ask | show | jobs
by jbotdev 974 days ago
I think you’re confusing Progressive Web App (PWA) with Progressive Enhancement. PWA is basically a web app (typically an SPA) that behaves like a native app, as described in the MDN page they reference. Loading progressively such that the page is still useful without JS is Progressive Enhancement.
1 comments

It’s conflating progressive with “progress”. It’s like conflating functional programming with whether it functions.