react-infinite-scroll
react-infinite-scroll copied to clipboard
Why are we using innerHeight?
This is not an issue per se, just a code concern. Why are we using innerHeight in this?
Can we directly check if windowHeight - scrollT > 100 ? That should work too right? Please share your comments once?