You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could maybe make some optimizations when rendering a large number of children in the Carousel by only rendering a select number of children at once. Would have to figure out at what point the makes sense where the cost of virtual diffing < cost of rendering lots of children.
The text was updated successfully, but these errors were encountered:
We could maybe make some optimizations when rendering a large number of children in the Carousel by only rendering a select number of children at once. Would have to figure out at what point the makes sense where the cost of virtual diffing < cost of rendering lots of children.
The text was updated successfully, but these errors were encountered: