this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace SWR with CacheFirst

This SWR strategy is sometimes too stale, possibly a bug with Workbox

+1 -1
+1 -1
public/sw.js
··· 101 101 // - trends/* 102 102 // - timelines/link 103 103 /^https?:\/\/[^\/]+\/api\/v\d+\/(trends|timelines\/link)/, 104 - new StaleWhileRevalidate({ 104 + new CacheFirst({ 105 105 cacheName: 'api-intermediate', 106 106 plugins: [ 107 107 new ExpirationPlugin({