visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
53 stars 7 forks source link

Optimization: Remove re-renders #170

Open JakeWags opened 1 year ago

JakeWags commented 1 year ago

One re-render is that the filtering/render chain is called 6 times when a sidebar option is selected. This is likely causing quite a slow down when selecting a sidebar option.

JakeWags commented 1 year ago

One re-render is that the filtering/render chain is called 6 times when a sidebar option is selected. This is likely causing quite a slow down when selecting a sidebar option.

This also occurs when collapsing any aggregate

NateLanza commented 3 weeks ago

Which component is re-rendered 6 times when changing sidebar options/collapsing attributes?