Javascript – How to create infinite scroll for list of post in mobile and desktop using React
How can I create an infinite scroll using React/Typescript? I want to display a list of 10 post at first then when the users views the 10th one then another phase of 10 should be loaded on the screen. Kindly…