How to make your React App a Progressive Web App (PWA)
Intro π¨
PWAs are great for your apps because;
Short loading times and overall better performance in poor network conditions for your users.
No need for extra development time to make product a native app(iOS and Android).
Have native features lik...
arndom.hashnode.dev7 min read
Nabil Alamin
I build things I find interesting
Amit Pawar Personally I prefer web apps as they can do everything you need for most apps except when you're attempting to go into some specific native features or services that mobile apps have. If it's mainly an MVP I'd say a web app would be better to see what users like and then iterate from there.