this post was submitted on 03 Jul 2023
255 points (85.3% liked)

wefwef

4217 readers
1 users here now

wefwef is now Voyager! Subscribe to [email protected].

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 191 points 1 year ago (6 children)

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

[–] lukenamop 110 points 1 year ago (2 children)

And since it doesn’t have to be published in any app stores, it can be updated much more quickly and frequently.

[–] [email protected] 65 points 1 year ago (1 children)

No kidding I think it had like 4 updates yesterday 🤣

[–] techgearwhips 41 points 1 year ago* (last edited 1 year ago) (2 children)

This. I pressed update on my Android, iPhone, and Desktop and it only took like half a second. This PWA is scary good.

[–] [email protected] 15 points 1 year ago (3 children)

I thought pwa were supposed to suck but I honestly haven't even looked at any other apps because wefef works so well

[–] techgearwhips 6 points 1 year ago (2 children)

The first time I found out PWA don't suck is when I tried justchilltv last month. Another dope one

[–] [email protected] 2 points 1 year ago

Just looked that up and now I'm debating cancelling all of my streaming subscriptions.

[–] [email protected] 5 points 1 year ago

This is what blows my mind. PWAs have always been sort of ok. But wefwef is just <chef’s kiss.gif>

[–] techgearwhips 2 points 1 year ago

The first time I found out PWA don't suck is when I tried justchilltv last month. Another dope one

[–] [email protected] 6 points 1 year ago (1 children)

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.

[–] techgearwhips 2 points 1 year ago (1 children)

Good to know. I haven't decided whether I want to learn RN, Flutter, or ionic. Lemaing towards RN.

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] techgearwhips 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

There's no "better language". Just languages for different use cases. You don't have to "trust" what other have to say, just try it

[–] techgearwhips 1 points 1 year ago

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.

[–] nocnoc 4 points 1 year ago (2 children)

Why does it take so long to push updates on AppStores?

[–] [email protected] 15 points 1 year ago

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.

[–] dingus 4 points 1 year ago (1 children)

I think they maybe have to be approved first so that people aren't updating their apps with something malicious

[–] nocnoc 1 points 1 year ago (2 children)

So it is not as safe as downloading an app from the AppStore right?

[–] burak 9 points 1 year ago

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.

[–] dingus 4 points 1 year ago* (last edited 1 year ago)

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.

[–] [email protected] 7 points 1 year ago

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.

[–] deranger 3 points 1 year ago

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.