|
|
|
Ask HN: What's your experience with building mobile apps using PWA?
|
|
18 points
by nikasakana
622 days ago
|
|
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! |
|
I am working on my own PWA, source code here: https://gitea.speedtech.it/roberto/BrainMinder.
At the moment I don't use many PWA features on this PWA, like notifications for example, but in another PWA I built I used camera access to take photos and scan barcodes and it works well.
I use GoLang, HTMX, W3CSS, and Handlebars. The codebase is the same for all the environments: phone, tablet, desktop.
I considered Ionic Framework for the front end, but it uses only web components with shadow DOM and HTMX doesn't work well with this technology on forms submit.
W3CSS is fast and small, easy to understand, change and manipulate.