benhowell / react-grid-gallery

Justified image gallery component for React
https://benhowell.github.io/react-grid-gallery/
MIT License
996 stars 206 forks source link

export memoized version of Image #358

Closed ghost closed 5 months ago

ghost commented 5 months ago

this is needed for cases where initial images passed to <Gallery /> is being updated (for example, adding new items to it).

without the memoized version, browser re renders already existing images, therefore getting a "flickering" effect in each state update.

benhowell commented 5 months ago

Thanks @evgeni-dagshub. Code looks good. Nice addition.

benhowell commented 5 months ago

Merged #358

benhowell commented 5 months ago

Reports that image selection not working properly so rolling back until I can look into it