[ClojureScript] Re: Om - Render multiple html elements

2014-07-20 Thread Udayakumar Rayala
Hi Jeremy, Thanks for clarification. - Uday. On Friday, 18 July 2014 11:29:42 UTC+5:30, Jeremy Vuillermet wrote: This is a limitiation from React. Authors said We're investigating ways to return more than one node but we don't have a solution yet. 2013/12 In my use cases, I

Re: [ClojureScript] Re: [Reagent] Rendering HTML string in a component?

2014-07-20 Thread Ravindra Jaju
Thanks Ivan. I felt doing it the way you suggested would somehow defeat the purpose of using reagent in the first place. I attempted a few approaches, including trying out hickory[1] to convert my HTML fragment into clojure structures. I ran into issues very specific to my use-case then. I

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-20 Thread Gary Trakhman
I just tried running the rhino repl from the Clojurescript repo master, and it does not work for me. gary@gary-dell:~/dev/personal/clojurescript$ lein repl nREPL server started on port 53401 on host 127.0.0.1 - nrepl://127.0.0.1:53401 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here)

Re: [ClojureScript] goog undefined error from clojurescript version 2197 and up

2014-07-20 Thread Gary Trakhman
That seems to work, but I still need to know why it's failing in my tooling project, which uses leiningen of course. Sounds like leiningen + CLJS problems are an exercise left to the reader ;-). On Sun, Jul 20, 2014 at 4:30 PM, David Nolen dnolen.li...@gmail.com wrote: We don't use lein to