react-lazy-load icon indicating copy to clipboard operation
react-lazy-load copied to clipboard

Rerendering Issue for Lazy Component:

Open yashbh opened this issue 2 years ago • 0 comments
trafficstars

I have implemented Lazy Loading using this library and i can see component is doing lazy loading for rest of my card component . But for the card component which is visible it rendered multiple times resulting my componentDidMount method hits api multiple times.

yashbh avatar Jul 24 '23 13:07 yashbh