YIZHUANG / react-multi-carousel

A lightweight production-ready Carousel that rocks supports multiple items and server-side rendering with no dependency. Bundle size 2kb.
MIT License
1.25k stars 286 forks source link

lazy loading #395

Open shivangvijay opened 1 year ago

shivangvijay commented 1 year ago

Is there feature available for lazy loading while scrolling horizontally ?

dipras commented 1 year ago

For current version, it doesn't have that feature. You can customize it by using ref to detect the current slide to decide when the client get new data from api and what condition the loader for show up