Skip to content

Instantly share code, notes, and snippets.

@devmnj
Created October 13, 2021 04:43
Show Gist options
  • Save devmnj/3ccb2f93327995a351d9f310a9345630 to your computer and use it in GitHub Desktop.
Save devmnj/3ccb2f93327995a351d9f310a9345630 to your computer and use it in GitHub Desktop.
Fetcher for SWR - React
export const fetcher = (...args) => fetch(...args).then(res => res.json())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment