How do you implement an infinite scrolling list in React?
I am creating a React app. I want to achieve infinite scrolling so that more items automatically load up because the user scrolls down. What is the best practice for this method, in terms of least performance issues and good integration of new data?