UNPKG

use-fetch-react-xhr

Version:

A custom hook that's alternative to axios to simplify making api calls for React Application and it also lets you cancel request while it's in progress

14 lines (13 loc) 298 B
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "strict": true, "module": "esnext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "declaration": true } }