Does it make sens
What is a PWA
PWAs, or progressive web applications, are a type of website that mimics an app and shares many of its advantages.
- A PWA can be installed on a mobile device.
- Like any other app, an access icon can be created on your mobile and it will be listed in the Apps section. It can obviously be uninstalled.
- It can work offline
- Uses a mobile-ready browser
- Navigation is smoother and faster than a website, just like apps.
Steps for developing a PWA Web App
- Develop a website in the conventional way, for example in WordPress
- Create a responsive version of the WordPress website so it adapts to the different screen widths of various devices.
- Create the manifest, where you configure the start icon, decide the usage orientation of the Web App (e.g., horizontal or vertical), etc.
- Service Worker: this is the complex part where it is determined how the site will be cached and executed in the mobile browser in the background. JavaScript is used to ensure smooth performance.