react-auto-progress
A zero configuration progress loading bar component for React.
Just add a reference and it’s done.
The component interact with every ajax requisition to add a google top progress bar style
<script> //In your root component { return <div> <AutoProgress /> <YourComponents /> </div>} </script>