swr icon indicating copy to clipboard operation
swr copied to clipboard

Add fetchPolicy options

Open AjaxSolutions opened this issue 4 years ago • 0 comments

Would it be possible to add the fetchPolicy option similar to what's available in Apollo GraphQL hooks?

Apollo can do the SWR pattern using fetchPolicy: ‘cache-and-network’.

I'd like to see these options added:

cache-first cache-and-network network-only cache-only no-cache

AjaxSolutions avatar Feb 02 '20 16:02 AjaxSolutions