Hello everyone, I wanna talk about fetching data with an infinitive scroll in React. This week #SundayTechMusings is using infinitive scroll with a throttle function. Why do we need to use Infinitive Scroll? When we fetch data from the server, usually we have to use pagination/infinite scroll. Because if we try to fetch all of the data, it…