BFE.dev
Front-End System Design Question3. Design an Infinite Scroller

3. Design an Infinite Scroller

SystemDesign Meta
Share

Infinite Scroller is challenging, Chrome has added it to Built In Modules.

To be short, Infinite Scroller tries to render only the element within the viewport while it being scrolled, which means to remove the invisible element from the DOM

Here is a nice video about it : https://www.youtube.com/watch?v=UtD41bn6kJ0 And here is an article from Google Complexities of an Infinite Scroller

Show us how would you implement by yourself, what the performance challenge is and how would you tackle it.

prevnext
Request SolutionAIVideos(2)Posts(5)