Implement infinite scrolling — automatically load more content as the user scrolls to the bottom.
window.scroll event(window.innerHeight + window.scrollY) >= document.body.offsetHeightImplement infinite scrolling — automatically load more content as the user scrolls to the bottom.
window.scroll event(window.innerHeight + window.scrollY) >= document.body.offsetHeight