ReactJS: Modeling Bi-Directional Infinite Scrolling

后端 未结 3 1841
你的背包
你的背包 2020-12-07 06:56

Our application uses infinite scrolling to navigate large lists of heterogenous items. There are a few wrinkles:

  • It\'s common for our users to have a list of 1
3条回答
  •  感情败类
    2020-12-07 07:23

    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

提交回复
热议问题