aripekkako

Results 5 comments of aripekkako

Hi @lorenzos, I discussed the reasoning for this fix in this Twitter thread https://twitter.com/APKoponen/status/1002111012059930624, but I'll reiterate it here. The original slick.js library had a more "robust" implementation for calculating...

Accessing `elem.offsetWidth` always causes a forced reflow (see https://gist.github.com/paulirish/5d52fb081b3570c81e3a for a list of other properties that causes this). The library needs this property when producing the initializedState https://github.com/akiran/react-slick/blob/5591aab45d6c9fdc62e25fdfcf81d0c84d60764c/src/utils/innerSliderUtils.js#L102 which is...

I'm not a maintainer of this repository. I think your best bet is to 1. make a quick-and-dirty test to see if your performance problems are fixed with the recycling....

Oh. Missed that from the screenshots. Getting properly rid of the initial layout forcing `componentDidMount` falls beyond my expertise, as I'm not that familiar with layout trashing in general. `setTimeout`...

@justinstander This repo has not been updated for 4 months and last release was 6 months ago. No activity from the maintainer on any issues or PRs during the last...