From 296d24a8a2884ff77b86d43da1537eb775742f53 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Oct 2017 08:44:38 +0100 Subject: [PATCH] Added link to Jakes post --- src/posts/2017-10-15-quick-and-easy-offline-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posts/2017-10-15-quick-and-easy-offline-support.md b/src/posts/2017-10-15-quick-and-easy-offline-support.md index 130fff4..003558d 100644 --- a/src/posts/2017-10-15-quick-and-easy-offline-support.md +++ b/src/posts/2017-10-15-quick-and-easy-offline-support.md @@ -78,3 +78,4 @@ function fetchAndCache(event) { } ``` +To read about other strategies I highly recommend reading [Jake Archibald](https://twitter.com/jaffathecake)'s post [offline cookbook](https://jakearchibald.com/2014/offline-cookbook)