Virtualize rendering of result in ResultContainer
#40
Labels
performance
Performance improvement or fix to performance degradation.
ResultContainer
#40
At the moment using the
select-all
checkbox leads to re-rendering allResultCard
components which takes 1-2 seconds and affects the user experience.As part of addressing #17 we've tried using
FixedSizeList
requires a fixed size for all cards which in our case doesn't work since cards have different contentVariableSizeList
comes short and isn't able to handle the card sizes wellResizeObserver loop completed with undelivered notifications
errorOur options from here are:
FixedSizeList
which is not guaranteed to break tests or CI as it never got to that pointThe text was updated successfully, but these errors were encountered: