Slide 3
Slide 3 text
Virtual DOOM
● Bad Implications
○ Rendering to Virtual DOM is not free
○ Diffing is not free
○ Re-computation is global mostly
● In case of React
○ Ugly performance optimizations are needed, e.g. React.Context, PureComponent
○ Functional components re-compute Virtual DOM all the time