stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

[Question] - Infinite scroll. #47

Closed rbgfloripa closed 4 years ago

rbgfloripa commented 4 years ago

Hi,

I want to use this timeline, but I have many (> 10000) records to display.

Can I load new content as I scroll down a page?
When you get to the bottom of the content, some function is called and automatically loads new content and appends it to the bottom.

Thanks.

stephane-monnot commented 4 years ago

Hi, I didn't try, but with visibilitySensorProps, you can pass props to the visibility sensor plugin. With scrollCheck and onChange props, you can probably do it. For more information: https://github.com/joshwnj/react-visibility-sensor

rbgfloripa commented 4 years ago

Hi,

I tried. But "onChange" is not triggered. :-(

stephane-monnot commented 4 years ago

I pushed a fix on master branch for onChange param.