React question: how can we make lazy rendering of component? Like I only want to render component that should be displayed.
Thanks a lot!!
You mean, you don't want to render components that aren't scrolled into view but mounted?
Exactly