Introduction

Build Status Codecov

Show a ProgressBar in React whenever a fetch request is in progress. You can view a demo here.

Features

  1. Only shows the ProgressBar when requests take more than 150 milliseconds. This way users are not looking at a progress bar needlessly.
  2. When the requests finishes it will always show a nice 100% complete animation. This way users will always see the progress bar complete the animation.
  3. The ProgressBar can be styled to your liking.