Big list performance with React

后端 未结 9 904
甜味超标
甜味超标 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:26

    React has recommend react-window library: https://www.npmjs.com/package/react-window

    It better than react-vitualized. You can try it

提交回复
热议问题