On Friday, November 27, 2015 at 1:28:08 AM UTC+11, Timur wrote: > Hi all, > > I want to use reagent and CLJS in my next project however some collaborators > prefer Javascript. I wanted to ask if anyone has tried a hybrid setting where > some components are developed in Javascript and some are in CLJS with > Reagent, and application is run as a CLJS application? > > Apart from that another question is if it's possible to manipulate a reagent > atom from a native react component?
No experience here. But you can certainly mix React components and reagent ones. https://github.com/reagent-project/reagent/blob/master/src/reagent/core.cljs#L18-L62 -- Mike -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
