Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • @jos: use this library. It'll remove/append DOM nodes as they appear in the viewport. Commented Jan 15, 2016 at 17:25
  • 14
    This library only works if you know the heights of your elements before rendering. Commented Jan 18, 2016 at 16:06
  • 1
    @Druska, Technically yes, however you can also use the window as the scroll container using the useWindowAsScrollContainer option. Commented Apr 19, 2016 at 14:32
  • Does the react-infinite library support grids? Commented Apr 2, 2017 at 20:19
  • It does indeed, github.com/bvaughn/react-virtualized/blob/master/docs/Grid.md Commented Apr 3, 2017 at 21:06