How to Setup a PWA to Appear as a Native App


Getting a Progressive Web App (PWA) to feel like a native app can be often be difficult. Sometimes it looks right in the browser but not as a PWA, and other times it’s the other way around. On top of that, you also have to consider how the website is handled by different browsers as well.

I have a few solutions in mind to make the website feels as close to a native app as possible, while still ensuring that it still looks right in the browser. I will be using React to demonstrate these solutions.

under development