USE CASE:
I have a long list of data. When I reach the bottom, I'd like the app to automatically trigger some logic that fetches more data from the backend.
To achieve this, I'd need an event that triggers when the bottom of the page is reached (or when a certain component becomes visible).