Preview:
import { SWRConfig } from 'swr';

const swrConfig = {
  fetcher: customFetcher,
  onError: (error) => {
    // Handle errors globally
  },
};

// Wrap your app with SWRConfig
<SWRConfig value={swrConfig}>
  <App />
</SWRConfig>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter