react-lazy-load
react-lazy-load copied to clipboard
Rerendering Issue for Lazy Component:
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.