ReadyPlayer2 / nasa-playgrounds

React application to call the NASA APOD API and display returned images and videos
MIT License
2 stars 0 forks source link

Add loading message for infinite scroll #39

Closed ReadyPlayer2 closed 5 years ago

ReadyPlayer2 commented 5 years ago

Have a state for when loading is taking place and display the message when true. Need to handle the page getting larger and have it not load extra images by mistake from duplicate scroll events.