Description:
react-data-fetching provides a very intuitive way to perform any REST API call without hassle, through a single React component.
It also helps you take care of timeouts, loading states, errors handling, data saving, uploading/downloading progress, etc. Fetching data while letting the user know what’s going on has never been that easy!
Installation:
# Yarn $ yarn add react-data-fetching # NPM $ npm install react-data-fetching --save
