Daily Archives: February 1, 2016

Converting WordPress to Web App: Adding Caching and Offline Support

In this fifth installment of my Converting WordPress to Web App series, I look into Adding Caching and Offline Support! And to do this, we’re gong to take advantage of the latest darling of the web development, the Service Worker. Service Workers allow us to monitor HTTP Requests and provide alternate functionality. This allows us to handle offline situations, and provide locally-cached assets rather than fetch them from the server. All of this gives our users a better experience, and that’s what it’s all about! So let’s get started! Continue reading