http-react-fetcher
v2.4.0
Published
React hooks for data fetching
Downloads
23
Readme
HTTP React Fetcher
This package have been renamed to http-react
(see here). For stability, http-react-fetcher
has not been deprecated but may be in the near future.
You can install the new library by running:
yarn add http-react
# Or
npm install http-react
React hooks for data fetching
Installation:
npm install --save http-react-fetcher
Or
yarn add http-react-fetcher
Browser
With React
<script src="https://unpkg.com/[email protected]/dist/http-react-fetcher.min.js"></script>
Without React
<script src="https://unpkg.com/[email protected]/dist/vanilla.min.js"></script>