I am having trouble learning about the impact of web components and shadow DOM on the browser, specifically related to repaint.
I remember reading at one point that the shadow DOM nodes have encapsulated repaints, which greatly enhances performance, but I cannot find any articles about this, so it seems like speculation.
Can anyone tell me how web components and performance are related?
5