Package Exports
- react-use-requests
- react-use-requests/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-use-requests) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-use-requests
A React hook which provides a requests
object which may
be used to bind the lifecycle of network calls to the lifecycle
of the component.
For Developer
Remember to npm run build before deploying.