UNPKG

@fetch-suit/react-fetch-interceptor

Version:

a very simple fetch interception solution for react

3 lines (2 loc) 96 B
import { createContext } from 'react'; export const FetchContext = createContext(window.fetch);