How to show progress of Axios during get request (not download or upload)

I want is to show a progressbar while Axios is getting my requests. axios package has both onDownloadProgress and onUploadProgress to show a progressbar during download or upload, but no progress bar during get request. I’ve searched a lot of questions and articles but they are always about download/upload progress or for Vue.js and I fail to understand how to do it in React.