Live data from Hacker News

Ask HN: What's your experience with building mobile apps using PWA?

news.ycombinator.com

1–10 of 18 posts

Ask HN: What's your experience with building mobile apps using PWA?

#1
At my service company, for one of the clients - who wants a small mobile app in a very short time, we've decided to go with PWA(Progressive Web App) for bunch of different reasons like: ease of development, ease of distribution, etc.

What is your experience with PWA-s? Is it noticeably clanky compared to react-native apps? Are there any noticeable, well-known issues/bottlenecks with PWA-s? Thanks in advance!

Re: Ask HN: What's your experience with building mobile apps using PWA?

#4
post #3

Depends on what kind of app you have, if it is multimedia heavy or needs a lot of native capabilities, it's better to use react-native.

Thanks for the comment!! Can you elaborate on "multimedia heavy"? Do you mean photo/video contents? WDYT about using PWA-s for something like chatgpt mobile clone? Can you share the thought process a bit deeper?

Re: Ask HN: What's your experience with building mobile apps using PWA?

#7
post #6
post #3

Depends on what kind of app you have, if it is multimedia heavy or needs a lot of native capabilities, it's better to use react-native.

What native capabilities do PWAs not support?

I’d test (and extensively read on) push first.

Found it: https://news.ycombinator.com/item?id=38402368

Re: Ask HN: What's your experience with building mobile apps using PWA?

#8
post #6
post #3

Depends on what kind of app you have, if it is multimedia heavy or needs a lot of native capabilities, it's better to use react-native.

What native capabilities do PWAs not support?

reading files from sdcard or a million other things

Re: Ask HN: What's your experience with building mobile apps using PWA?

#9
post #5

I believe there were issues with ios support of some features.. is don't remember which one.. Reliable Install, native share, background tasks, etc

Notifications were also a huge issue for iOS PWA. I haven't followed so I'm not sure if anything changed.

Re: Ask HN: What's your experience with building mobile apps using PWA?

#10
post #9
post #5

I believe there were issues with ios support of some features.. is don't remember which one.. Reliable Install, native share, background tasks, etc

Notifications were also a huge issue for iOS PWA. I haven't followed so I'm not sure if anything changed.

They were (and are) a huge issue everywhere, see a link to the thread below. Some active fans made us to believe it’s an ios problem when it wasn’t.
Post reply on HN