Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
269 stars 75 forks source link

Calcite Tree Performance Refactor #4854

Open ReidPritchard opened 1 year ago

ReidPritchard commented 1 year ago

Description

Currently the Calcite Tree component experiences performance issues when rendering a large number of calcite-tree-items (specific use case has 15000 nested items).

Related Issues: #609, #620

Proposed Advantages

This refactor would make the calcite-tree component a more viable option for large categorized data which currently no other component supports.

Which Component

Relevant Info

CodePen Example Link

geospatialem commented 8 months ago

Spike needed to investigate what may be causing the lag, and update with a newer Codepen to a post-1.0 version.

geospatialem commented 1 month ago

Blocked by the effort of the virtualization spike in #7384.