Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Created January 11, 2019 13:09
Show Gist options
  • Save mfrachet/0447c84737f2a350921766a5e65bcb65 to your computer and use it in GitHub Desktop.
Save mfrachet/0447c84737f2a350921766a5e65bcb65 to your computer and use it in GitHub Desktop.
react-cache-custom-fetch2.js
export const customFetch = url => {
if (cache) {
return cache
}
throw { type: 'type', url }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment