Progressive Web Applications

Progressive Web Apps (PWAs) are web apps that are enhanced to look and feel more like native apps. Responsive Design is just one part of this. Offline support, a home screen icon, animations, accessing camera, accessing geolocation, synchronizing data in the background and push notifications can all be done in a modern web app.

What Makes a PWA?

These features should be introduced using progressive enhancement techniques so that the app is also useful in older browsers.

PWAs vs Native Mobile Apps

Resources