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
I am using SSR in Next.js and am trying to use initialItemCount to support SSR, but
For some reason, specifying initialItemCount slows down the initial rendering.
If I remove initialItemCount, the rendering speed is a little faster.
What could be the cause of these problems?
Also, I need to use this with VirtuosoGrid, but
defaultItemHeight does not seem to be supported by VirtuosoGrid yet.
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
-
I am using SSR in Next.js and am trying to use initialItemCount to support SSR, but
For some reason, specifying initialItemCount slows down the initial rendering.
If I remove initialItemCount, the rendering speed is a little faster.
What could be the cause of these problems?
Also, I need to use this with VirtuosoGrid, but
defaultItemHeight does not seem to be supported by VirtuosoGrid yet.
How do I get VirtuosoGrid to support SSR?
Beta Was this translation helpful? Give feedback.
All reactions