react-coverflow icon indicating copy to clipboard operation
react-coverflow copied to clipboard

Placeholder+renderImage design for lots of images

Open mingyuan-xia opened this issue 6 years ago • 1 comments

Hi, nice work. Basically I am using the coverflow to show all images in a local folder (with Electron). Sometimes I can get over 1k to 20k images, which eats a lot of memory because every one of them is rendered as an img and starts loading once the coverflow is created. Since we have the nice displayQuantityOfSide property, is there a way to lazily call a method renderImage once an item should appear?

mingyuan-xia avatar Apr 12 '19 02:04 mingyuan-xia

@mingyuan-xia that's a great question. I can see about creating a future iteration of that in the project as it sounds like something that could be useful and fun to implement

asalem1 avatar Apr 13 '19 13:04 asalem1