When I was using why-did-you-render
, I noticed something
strange. There were hundreds of wasted renders happening on the Collections page of
Unsplash. One of the components, called SmallTag
, was particularily active.
I used React DevTools to find out which DOM nodes it was rendering.