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 just wanted to know if it's possible to use virtual prop with custom components. It looks like renderPanel should return a string, as in the example you have. I have also tried to use ReactDOMServer.renderToString with my custom component without good results.
Is there any other way to virtualise the elements that I'm not seeing? In that case, how should I virtualise my elements?
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
-
Hi,
I just wanted to know if it's possible to use
virtual
prop with custom components. It looks likerenderPanel
should return a string, as in the example you have. I have also tried to useReactDOMServer.renderToString
with my custom component without good results.Is there any other way to virtualise the elements that I'm not seeing? In that case, how should I virtualise my elements?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions