load more data with Lazy Loading while user scroll view to bottom
using the Intersection Observer API action is triggered quicker
(the site doesn’t appear sluggish at all.)
using the event listeners, we had to add a timeout to make it performant
(slightly negative impact on the user experience as the data load is triggered with a slight delay.)
e2e test