Created by: giovannibenussi
This adds a loading indicator to the user's browser when the app is compiling:
This is useful for users because they can see in real time in their browsers if their app is compiling or not. There's a similar feature on Next.js that works pretty well too.
This pull request presents a first version of this functionality. It defines the loading icon in the user's src/App.js
template file. This icon is toggled depending if the app is compiling or not.
I'd like to hear feedback about the icon too. I would probably not look good on every background, so I'd be glad to get some help me with it :-)
I'd also be glad to hear ideas about how to do this without modifying src/App.js
nor src/App.css
.