DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Laravel Vue JS Infinite Scroll Example From Scratch

I was recently assigned to as task to paginate our chat app and other pages that requires pagination. Pagination was great but we want to try something new and in our chat app it is a big no no.

So the solution is to create an infinite scroll, which is very common now and you can see this in popular chat applications like facebook messenger.

In this post, i want to share with you how to create infinite scroll pagination using vue js and laravel 6. we will create step by step vuejs infinite loading data using laravel, so if you are new and then you can do it too. You have to just follow few step.

https://www.codechief.org/article/laravel-vue-js-infinite-scroll-example-from-scratch

Latest comments (0)