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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all!
Imagine that I am rendering a "twitter feed" long list of posts.
Each post will have its own "more options" button, that opens up a drop down menu.
How do I get a rough understanding of the performance impact by wrapping every single post with primitives like
as well as ?
It feels like I'm packing each ListItem with some hefty code when at most one of them will trigger at a time.
Beta Was this translation helpful? Give feedback.
All reactions