PWA vs stores #36
Replies: 7 comments 3 replies
-
Expanding on Github CI, when you want to push an app to the stores, you will have to setup builds in GH to build the artefacts. This is not needed in PWA. It might not be a nightmare to maintained on the dev side, but the relationship with the stores might get difficult as we are dealing with crypto. |
Beta Was this translation helpful? Give feedback.
-
Maybe biometrics can't be accessed by PWA, investigating |
Beta Was this translation helpful? Give feedback.
-
I have worked on PWAs as apps so I would like to add
|
Beta Was this translation helpful? Give feedback.
-
You should take a look it can be useful |
Beta Was this translation helpful? Give feedback.
-
I've been implementing both Native and PWA, and I personally think the hassle of taking Native route is worth it, here's why. The good about PWA:
The bad about PWA:
For native dev, and if you are coming from the frontend web development environment, expo with react native has been a game changer. The developer experience is better than any competitor, same codebase for android and ios, with expo v50 you can even create api routes (similar to Next.js for instance) and deploy that somewhere so your app can leverage that. Expo is the best option right now I would say :) Cheers 😃 |
Beta Was this translation helpful? Give feedback.
-
Just a note - |
Beta Was this translation helpful? Give feedback.
-
tl;dr of my personal experience: native web3 app has bad devX and fear of censorship + tax Native apps cons:
Other pros of PWAs:
|
Beta Was this translation helpful? Give feedback.
-
Pros of PWA
Cons of PWA
Please add if I forgot smth, ty
Beta Was this translation helpful? Give feedback.
All reactions