Fork me on GitHub
#reagent
<
2019-06-27
>
frozenlock04:06:25

Is there a way to use react elements inside a reagent component? My component is receiving children (react element) as an argument, but I can't figure out how to use it.

scknkkrer08:06:03

Have you guys ever tried to use external reactjs template with clojurescript code base ? I mean, I know it’s possible. I know I can assimulate the project to export components and I can use them. But have any of you try to do this properly ?