Hacker News new | ask | show | jobs
by stanpolivoda 787 days ago
You are the second person to emphasize the difficulties of working with the App Store and Play Store.

To be honest, I hadn't heard of PWAs, I'll definitely have to study the information about it.

As I understood from your explanation, this is something that will work on both web and mobile platforms. Is it some kind of React Native? If we talk about the stack.

1 comments

> Is it some kind of React Native?

No! It is built using native web browser components, HTML/JSS/CSS. But with projects like PWABuilder you can deploy to Android, iOS and other platforms. Much better than React Native! (but your app will run on a browser, native apps have way more APIs).