Yes it can be done but ClojureScript comes with a large standard library. This makes embedding ClojureScript in applications that need to serve JavaScript over a network less than ideal. ClojureScript is at a minimum a 20K gzipped dependency and it goes up (albeit reasonably) from there.
David On Tue, Mar 17, 2015 at 7:07 PM, Juan A. Ruz @tangrammer < [email protected]> wrote: > Hi guys, > I suppose that it should be possible as soon as Om uses react.js and > clojurescript compiles to javascript, but the question is more likely How > could I use om js compiled components inside a normal javascript project > that is currently using react.js too? > > Thanks! > Juan > > PS: my situation as you can imagine is trying to integrate bit a bit > clojurescript into a javascript company :) > > -- > 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. > -- 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.
