Fork me on GitHub
#reagent
<
2020-07-22
>
David Pham14:07:05

React question: how can we make lazy rendering of component? Like I only want to render component that should be displayed.

p-himik16:07:25

You mean, you don't want to render components that aren't scrolled into view but mounted?

David Pham08:07:16

Thanks a lot!!