twobin / react-lazyload

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

SSR: lazy for off-screen elements #269

Open eseQ opened 4 years ago

eseQ commented 4 years ago

Hello there! It is a small conversation for performance issues. On SSR we need to use lazy loading for off-screen images. This is easier said than done. Do we have some information on where the “fold” will exist? About scroll distance?