Sorry if this reply is for an old topic but in the last month David Nolan put together a rather unique library that integrates Reacts with Clojurescript in a very 'idiomatic' way leveraging mutation free pattern for state management
https://github.com/swannodette/om I was actually searching around if people were able to integrate dojotoolkit withing closurescript compilation -- and I do not think it is possible (but that's how I arrived to this thread) On Wednesday, October 2, 2013 5:11:40 AM UTC-4, Alexander Solovyov wrote: > Hi all, > > > there is a javascript library (React, to be precise) which I want to compile > in with my CLJS code. I thought :foreign-libs is the thing I need to get this > working but with out any success really. > > > > > Also, maybe someone here has more experience with Closure Compiler, and it > seems to have [1] some support for CommonJS modules, so maybe we can get it > to play with React's module system (which is CommonJS) nicely? Or maybe even > switch CLJS to using CommonJS? :) > > > > > [1]: > http://www.nonblocking.io/2011/12/experimental-support-for-common-js-and.html -- 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.
