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
@danvln
I guess that your problem is caused by re-rendering unnecessary components, you can check with chrome extension: React developer tools.
If I'm right, you can use shouldComponentUpdate (for Class Component) or React.memo, useCallBack, useMemo (for Functional Components - React Hooks) to avoid re-render unnecessary columns or cards.
i got the same issue, when i try to use render and send the ref to react-virtuoso => it return error because the list will render after the ref.current is not null
Hi @kutlugsahin,
I see that the this is super slow when it starts to grow. At 500 elements is already unusable. Is this expected?
Thanks!
The text was updated successfully, but these errors were encountered: