Performance problems caused by use of offsetWidth
Author: ellisjasCreated Aug 27, 2025Updated Aug 27, 2025
offsetWidth and offsetHeight both cause the browser to recalculate the layout, leading to performance problems.
Would be great to see these functions replaced by something more performant, e.g. the ResizeObserver API.
Source: akiran/react-slick