Can I track the uploading progress while going into other components in ReactJS?

I’m creating an e-commerce website where users may upload products and track orders. Here, I want to add a new function that allows users to begin uploading while they wait for the previous upload to complete. However, I’m not entirely sure how to accomplish this with ReactJS and need help.