Open king8fisher opened 1 year ago
@cnohall I'm hoping you take on this. I made components very hard to read while tweaking speed (which appeared to be irrelevant).
It'll be quite a big thing to tackle. Will probably have to spread it over several PRs.
My suggestion is to eventually move away from components such as <SlTooltip>
to have more control over UI and performance.
@cnohall No worries, it can wait. Maybe we should focus on the missing data presentation first, I mean #51.
During #46 a lot of purely functional components have been turned into regular components as part of attempt to deal with the re-render slowness. Now they can be converted back as slowness belonged to huge amount of
<SlTooltip>
components now rendered conditionally.