reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
2020-07-22T14:47:05.047900Z

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

2020-07-23T08:19:16.049500Z

Thanks a lot!!

p-himik 2020-07-22T16:31:25.048400Z

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

2020-07-22T20:53:01.048700Z

Exactly