2 ways to implement infinite scroll in javascript
Fetching a list from database is always a requirement in almost every app. To cater this, the concept of pagination was introduced. Which helps to fetch data in small chunks to load into UI.
P.S: Fetch data in chunks (via pagenumber)
To achieve this ...
jayeshadwani.hashnode.dev3 min read