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
Preview:
Download Details:
Author: CharlesMangwa
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/CharlesMangwa/react-data-fetching
License: MIT