react-lazyload
react-lazyload copied to clipboard
Lazy load images
Before if an image became visible in the viewport the placeholder would be replaced by the image even if the image was not loaded (slow 3g for example), now the placeholder is shown until the image is actually loaded from the network.
this behavior has been discussed in #101 , ideally we can make it more extensible, but personally I don't mind adding this feature for 2.x version,