Author: | CharlesMangwa |
---|---|
Views Total: | 13 |
Official Page: | Go to website |
Last Update: | April 8, 2018 |
License: | MIT |
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