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. |
|
Maybe biometrics can't be accessed by PWA, investigating |
|
I have worked on PWAs as apps so I would like to add
|
|
You should take a look it can be useful |
|
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 😃 |
|
Just a note - |
|
tl;dr of my personal experience: native web3 app has bad devX and fear of censorship + tax Native apps cons:
Other pros of PWAs:
|
Uh oh!
There was an error while loading. Please reload this page.
Pros of PWA
Cons of PWA
Please add if I forgot smth, ty
All reactions