Fork me on GitHub
#cljsrn
<
2016-10-01
>
pvinis08:10:18

if i have a project with re-natal and reagent, can i also have a js file with a component?

pvinis08:10:48

not a library, just a file with a simple component that renders

savelichalex08:10:57

not sure, but I think you need to register it with re-natal use-component or directly in .re-natal file and then do re-natal use-figwheel. After that you can use require in your cljs code