web
web copied to clipboard
Table Component has bad performance
Current Behavior Our Table components render performance is really bad as it takes around 400-600ms to up to 1.2s (longest in my benchmark) to render. I guess that's because we do a lot of style interpolation and logic in our render function. We should evaluate if we can improve the performance of the table component.
Expected behavior/code The table component should render with a comprehensible performance.
Possible Solution Check if interpolation and styling logic could be moved out of the table render function and see if components in tables could also be improved.
/assign