Created
October 13, 2021 04:43
-
-
Save devmnj/3ccb2f93327995a351d9f310a9345630 to your computer and use it in GitHub Desktop.
Fetcher for SWR - React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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