Summary
In this chapter, we have taken a simple SPA and learned how to upgrade it into a PWA, manually and through the use of a plugin in Vite. Users can install PWAs in their platforms alongside native applications and interact with them, even if they are not connected to the internet. PWAs offer many advantages over web-only applications. We also saw how we can measure and rate our application in several industry-standard categories using Lighthouse. With this chapter, we end the incremental building of applications using web technologies and henceforth will focus on patterns and models for internal performance and efficiency.