sambernard / react-preload

Component to preload images before showing content
MIT License
148 stars 48 forks source link

Make loadingIndicator prop optional #9

Closed vedmant closed 8 years ago

vedmant commented 8 years ago

It would help if you can make loadingIndicator prop optional, I have preloader that's hardcoded into index.html file so it starts showing even before application js files are loaded. Then I hide that preloader with callback from application. So it doesn't need another loading indicator.

sambernard commented 8 years ago

Good idea- I'll implement it this week