Fork me on GitHub
#helix
<
2022-09-08
>
Chicão23:09:30

so is there any way to import some react components that I've into helix application to migrate it later to cljs, do any one have any example?

Ferdinand Beyer11:09:05

Not sure if I understand. If you have existing components, written in JavaScript, you can use them with the $ macro, in pretty much the same way as your ClojureScript components. Just make sure to pass properties using camelCase and nested properties as JavaScript objects. You can then easily reimplement them later in ClojureScript if you want.