bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

Some problem when render feeds like Twitter with React-virtualized #1783

Open duythinh-dev opened 1 year ago

duythinh-dev commented 1 year ago

I making a feeds like Twitter, i used React Virtualized for render feed, but i has some problem

9267aakashsharma commented 1 year ago

You can try overscan to pre-load some feeds further out of the viewport. Also try lazy loading the List Item i.e. your post component