react-fetch-progressbar

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A React component that displays a progress bar automatically when fetch requests are active. Version 1.0.0 is the latest stable release. It wraps window.fetch to track active requests and shows a configurable progress bar only after 150ms delay, with a smooth 100% completion animation. Key differentiators: lightweight, no external dependencies besides React, simple override of global fetch, and customizable via style or CSS.