Big list performance with React

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

    Check out React Virtualized Select, it's designed to address this issue and performs impressively in my experience. From the description:

    HOC that uses react-virtualized and react-select to display large lists of options in a drop-down

    https://github.com/bvaughn/react-virtualized-select

提交回复
热议问题