as a web app, it can be installed on any device that has a browser. Dev doesn't also need to publish his work in app/play stores which may require extra payment
that's something i like with react native and over the air updates. In the app i ship at my job, when its only the javascript bundle that's updated we can actually update without the user ever knowing, they just get a slightly longer load time on that startup of the app, making rather easy ensuring that no users are running out of date and broken code.
I think for now that there are more jobs in RN, but a lot of people are passionate about flutter and we might as a shift in the market in the next comings year.
I would do freelancing and building my own apps so where the market goes makes me no difference. What's really important to me is which is the better language to learn. And I've seen arguments for both sides.
I know there is no better language, but I meant technically for myself and what I require. I am going to learn one but I'm doing my due diligence in research before I jump in head first.
generally Google play is rather fast, but Apple can be insanely slow sometimes. At my work we've had up to 6 working days to get approval of very minor updates. That's the reason why technologies like react native with over the air updates have gotten as prominent as it has.
As someone who leads an app development team I've started liking pwas more and more the last couple of years. Especially for apps that doesn't do more complex stuff than making api calls and rendering the result to the screen in the form of text.
No. The browser (which is the runtime that pwas use) is already a very limited environment with little to access to the system - and if the app wants to access something potentially sensitive, then the browser asks for permission. Even then it doesn’t have access to nearly anything that a native app can access.
That's a good question. I'm not entirely sure of the answer to that. I suppose in a way it could be less secure because the dev could just decide to one day make the wefwef.app url into a malicious link. But at the same time, I don't think a browser is granted as many permissions by default.
Using the Google Play Store as an example, there are still incredibly sketchy/suspicious apps on there even though they are approved by Google.
I think from the point of view of speed/ease of development, the webapp makes more sense for now. Once it's more stable, perhaps a native app is worth trying for performance reasons.
The portability is awesome. I switched to wefwef and had it going on all my devices in minutes. Web apps don’t have to suck. Apps also have more privacy implications than a PWA.