UNPKG
@fetch-suit/react-fetch-interceptor
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
a very simple fetch interception solution for react
github.com/hungtcs/fetch-suit
hungtcs/fetch-suit
@fetch-suit/react-fetch-interceptor
/
dist
/
context.js
3 lines
(2 loc)
•
96 B
JavaScript
View Raw
1
2
3
import
{ createContext }
from
'react'
;
export
const
FetchContext
=
createContext
(
window
.
fetch
);