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
The stream list re-renders all StreamCard components every second due to the portfolio stats polling; wrapping StreamCard in React.memo would eliminate unnecessary re-renders for streams whose state hasn't changed.
The stream list re-renders all StreamCard components every second due to the portfolio stats polling; wrapping StreamCard in React.memo would eliminate unnecessary re-renders for streams whose state hasn't changed.