Another option: There are some examples of using React on the server side with node. https://npmjs.org/package/react-server-example
You could have a cljs node process that would render the react components receiving data and returning the html (If React.renderComponentToString is available in Om), and call that from your clojure server to render the react parts of your views. -- 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.
