Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Progressive apps are relatively easier to appstore adjustment?

Progressive apps are relatively easier to appstore adjustment?

That is, someone creates a progressive app, say, a game, made only with html-css-js.

Will this game be easily adjusted to each appstore (Apple appstore, Google playstore, Windows store) because it's not native to any specific store?

2 Answers

https://developers.google.com/web/progressive-web-apps/

Haven't played with them myself. I could swear I saw a PWA course on the roadmap before but I don't see it there now. To the original question: what I've heard from advocates the great thing, as they see it, is that they skip the appstores entirely.

Hi! Was very interesting to me to read this. If one skips the app store, it becomes harder to market the application, I assume. Please give me your thoughts on this Seth.

Not my thoughts but this is the advocacy article I was thinking of: https://medium.com/javascript-scene/why-native-apps-really-are-doomed-native-apps-are-doomed-pt-2-e035b43170e9 The topic is contentious though.

Steven Parker
Steven Parker
243,201 Points

I don't think it would be considered an "app" at all.

If you make something using HTML/CSS/JavaScript, it would generally be hosted on a web server. It's not an "app" that someone would download from an appstore and run in an iOS, Android, or Windows device.

But perhaps I'm missing something. I'm not familiar with the term "progressive apps" — where does that come from?

I don't know what it first appeared in this context but I understand it can be used in app stores once it's becoming a "hybrid app" (a progressive webapp that can be runned natively). I am very new to this so I can't detail on the mechanism for making a PWA hybrid.