Laravel livewire infinite scroll?

Hi all !

I am very new to livewire … just looking at the best way to implement a infinite scroller on my page? I would like to have 2 different components on the page both with a infinite scroller would this be easy to do and dose livewire have a built in feature ? any links or advice would be good

Thanks ! :slight_smile:

I posted a load more example on the forums here: Implement Load More Pagination

Basically, you have a component that acts as a load more button. You can add javascript that monitors the scroll position of your element. Once it reaches the bottom of the page, you can emit a livewire event to loadMore().

thank you I will look in to it …do you know of any good video tutorials to help me out ? :wink: