Articles to read
The following articles cover manifestos, tutorials, and lists, all about the rise of PWAs and the best ways to build them.
Native apps are doomed
JavaScript guru Eric Elliott impassioned declaration in favor of Progressive Web Apps. It's a deep dive into the costs of native applications and the benefit of PWAs. It's good material to convince bosses and coworkers who are debating building for native. The follow-up article is also excellent.https://medium.com/javascript-scene/native-apps-are-doomed-ac397148a2c0
A grab bag of assorted PWA tips from Dean Hume. Check it out for fun stuff, such as offline Google Analytics and testing service workers (more on that as we go ahead).https://deanhume.com/Home/BlogPost/a-big-list-of-progressive-web-app-tips-and-tricks/10160
Testing service workers
Service workers are the heart and soul of Progressive Web App functionality. We want to ensure that they're working right. How can we unit test them?https://medium.com/dev-channel/testing-service...