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
- Host: GitHub
- URL: https://github.com/42bv/react-fetch-progressbar
- Owner: 42BV
- License: other
- Created: 2017-08-09T12:04:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:41:02.000Z (over 3 years ago)
- Last Synced: 2025-04-09T09:18:01.074Z (about 1 year ago)
- Topics: automatic, fetch, progressbar, react
- Language: TypeScript
- Homepage: https://42bv.github.io/react-fetch-progressbar/
- Size: 891 KB
- Stars: 31
- Watchers: 13
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About
[](https://travis-ci.org/42BV/react-fetch-progressbar)
[](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/)