An open API service indexing awesome lists of open source software.

https://github.com/42bv/react-fetch-progressbar

Show a progressbar in React whenever a fetch request is in progress
https://github.com/42bv/react-fetch-progressbar

automatic fetch progressbar react

Last synced: about 1 year ago
JSON representation

Show a progressbar in React whenever a fetch request is in progress

Awesome Lists containing this project

README

          

# About

[![Build Status](https://travis-ci.org/42BV/react-fetch-progressbar.svg?branch=master)](https://travis-ci.org/42BV/react-fetch-progressbar)
[![Codecov](https://codecov.io/gh/42BV/react-fetch-progressbar/branch/master/graph/badge.svg)](https://codecov.io/gh/42BV/react-fetch-progressbar)

Show a ProgressBar in React whenever a fetch request is in progress.

You can view a [demo here.]( https://codesandbox.io/embed/g5jmo1Q8Z?view=preview)

# Installation

`npm install react-fetch-progressbar --save`

# Documentation

See the [documentation.](https://42bv.github.io/react-fetch-progressbar/)