react-coverflow
react-coverflow copied to clipboard
lib size is enormous 1.07Mb
I'm sorry if it's me doing something wrong (but i doubt it)
But bundle size is huge due to react-coverflow size.
In my opinion, it's not ok for carousel library to take 47% of bundle size
Yikes, that is entirely too massive @Stas-Buzunko, I'll take a look at ways to reduce it's size ASAP. Thanks for bringing it to my attention
Hi @Asalem1 , any updates on this one.
@wzard sorry, none so far. Just had a baby girl and haven't 19 days ago so i'm a little behind. I'll take a look at it soon
@Asalem1 Oh. Congratulations Asalem1. :) Take your time. Your baby needs you more than random internet strangers.
Thanks for the patience and for the well wishes. Just cleaned up webpack a bit, it's still higher than I'd like it to be so I'll keep this open but know that this is a serious concern that I'm currently address (along with the other issues). Thanks again for the support and patience
Alright, final update on this ticket. The published size has been reduced a bit, but it seems like the main culprit in the large dependency size is the radium
dependency. My intent is to remove the dependency and see if I can replicate its functionality without losing performance. I'm going to leave this issue open until then.