Lazy Loading Images in React + CSS3 Transitions
Completed ImageLoader component code included

Lazy loading and image state handling with components is one of those times where you ask why was it not done this way before? What this article will cover is how to handle image loading in React with the following topics:
- Installing
react-lazy-load
to handle lazy content loading.