loktar00 / react-lazy-load

React component that renders children elements when they enter the viewport.
MIT License
978 stars 166 forks source link

How to deal with floating elements? #85

Closed jwamsterdam closed 7 years ago

jwamsterdam commented 7 years ago

I am wondering if I can use this npm with floating elements.

I use floating cards, and especially on mobile, I would really like to lazy load this list.

Is this possible?

loktar00 commented 7 years ago

I don't know give it a shot and see what happens.

jwamsterdam commented 7 years ago

I did, and unfortunately it didn't work as expected...