As developers, we work with debugging tools on a daily basis, and we cannot think of coding without them. For developing a PWA, we may need more tools to help us inspect our code, find bugs, run, simulate offline mode, and test Service Worker. To progressively enhance our application, measuring different aspects such as performance and PWA criteria, and engagement by tracking, seem crucial, too.
In this chapter, I will explorer a lot of tools that will help us to inspect, debug and develop, and measure a PWA more easily and pleasantly. Although you may find many of these tools ...