Relative Content

Tag Archive for phplaravellaravel-livewirelivewire-3laravel-folio

How to create Infinite Scroll with Laravel Folio and Livewire Volt?

I want to create an infinite scroll using Laravel Folio and Livewire Volt. The default amount of data on this page is 10, and when the user scrolls down to the footer, there should be 10 more data loaded, but currently, the data that can be loaded when the user scrolls down only increases by 2 data. What is the correct way to create an infinite scroll with Folio and Volt? Here is the code I have made: