Big list performance with React

后端 未结 9 880
甜味超标
甜味超标 2020-12-04 05:35

I am in the process of implementing a filterable list with React. The structure of the list is as shown in the image below.

PREMISE

9条回答
  •  情歌与酒
    2020-12-04 06:14

    For anyone struggling with this problem I have written a component react-big-list that handles lists to up to 1 million of records.

    On top of that it comes with some fancy extra features like:

    • Sorting
    • Caching
    • Custom filtering
    • ...

    We are using it in production in quite some apps and it works great.

提交回复
热议问题