Closed tbranyen closed 7 years ago
Hmm might be slow.
Or we need to:
Though, those are uneeded steps when height is known, and there will be more rendering.
What about two passes, first one lays everything out second pass sets correct offsets?
With this second approach I think it'd be doable without any HyperList code changes.
Yes indeed!
When using
generate
we now support returning an object with a height value. However, this used to be a callback and the specific use case is when the height is unknown until the element lands in the DOM.