twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.85k stars 487 forks source link

Upward lazy loading #319

Open iusamakhan opened 4 years ago

iusamakhan commented 4 years ago

Hi,

So i am using react lazy load for a while now, just want to know is there is any way of upward lazy load

Thank you.

SapuSeven commented 3 years ago

Do you mean lazy loading when scrolling up? This already works for me. In fact, I just opened an issue (#349) where I want to disable this feature.