Biru
2 min readJan 27, 2023

--

Progressive Web Apps (PWA) in laymen preceptive.

Progressive Web Apps (PWA) are web applications that can be accessed through a web browser, just like regular websites, but they have some features and functionality that are similar to native mobile apps. They can be saved to the home screen of a device, work offline, and can receive push notifications. PWAs are designed to provide a faster and more seamless experience for users, and they can be accessed on any device with a web browser, making them more accessible than native apps.

Progressive Web Apps (PWA) .Expalined

Progressive Web Apps (PWAs) are web-based applications that provide a user experience similar to that of a native mobile app. They are designed to work on any device with a web browser, including smartphones, tablets, and laptops. PWAs are built using web technologies such as HTML, CSS, and JavaScript, and they are accessed through a web URL, just like regular websites.

PWAs have several key features that distinguish them from traditional web apps:

  • Progressive enhancement: PWAs are designed to work on a wide range of devices and browsers, and they progressively enhance the user experience based on the capabilities of the device.
  • Offline support: PWAs can work offline or with a poor network connection, by using service workers to cache resources and data.
  • Add to Home screen: PWAs can be installed on a user’s device, and they can be launched from the home screen, just like a native app.
  • Push notifications: PWAs can send push notifications to users, even when the app is not currently open.
  • Web App Manifest: PWAs have a manifest file that contains metadata about the app, such as its name, icons, and start URL. This enables the app to be launched in full-screen mode and with a custom splash screen.

PWAs are becoming increasingly popular as they provide a good user experience, are easy to build and maintain, and can be accessed by a large user base. They are used by many companies such as Twitter, Uber, and Alibaba.

--

--