mbeaudru/react-performances-rendering-management

PureComponent children edge case

Opened this issue · 0 comments

When you pass a JSX node to a PureComponent, it will always re-render because the reference of the child changes at each render.

I should mention this somewhere in the article because it's not trivial.