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)