A lightweight React component that automatically shows a progress bar when Axios requests are in progress. Current stable version: 1.2.1. Low maintenance cadence (last release 2022). Works with Axios ^0.27.2 or ^1.0.0 and React 17/18/19. Ships TypeScript types. Differentiator: minimal setup – wrap your app and get a global progress bar without manual triggers.
npm install react-axios-progressbarNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal setup: wrap app with AxiosProgressBar, progress bar appears during any Axios request.
Use 'instance' prop to specify custom Axios instance.
Replace HOC usage with the component wrapper.
Check that no code calls 'axios.interceptors.request.eject(...)'.
Ensure React version >=17 and import React at top of file.
Run 'npm install react-axios-progressbar' and check import casing.