Our application uses infinite scrolling to navigate large lists of heterogenous items. There are a few wrinkles:
have a look at http://adazzle.github.io/react-data-grid/index.html# This looks like a powerful and performant datagrid with Excel-like features and lazy loading/optimized rendering (for millions of rows) with rich editing features (MIT licenced). Not yet tried in our project but will do so pretty soon.
A great resource to search for things like these is also http://react.rocks/ In this case, a tag search is helpful: http://react.rocks/tag/InfiniteScroll