Progressive Web Applications (PWAs for short) are a growing trend in web app development, and for good reason.
No longer do programmers have to build, bundle, and ship separate mobile and desktop applications using kludgy bloatware like Electron or React Native. PWAs enable web apps to run in a native-like manner without having to write any additional code. Simply add some Javascript to your existing project and users can "install" your app on any major OS straight from their browser!
Not only does this significantly reduce development requirements for multi-platform support, it also allows developers to bypass the app store …