Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-06-12 Thread Dave Della Costa
Alex, I'm behind the curve but here's another experience report: We've been testing with RC1 for the last few weeks in a development branch, and found nothing out of the ordinary. This is a relatively substantial web app using libs such as compojure, clojure.java.jdbc, Prismatic's schema, and a

[ClojureScript] Passing reagent components to react components that expect jsx (in this case, fixed-data-table)

2015-06-12 Thread Russell Dunphy
Hi, can anyone point me in the right direction as to how to convert reagent components into a form that a react component will accept in place of a function that returns jsx? The specific example I'm trying to get working is the fixed-data-table plugin with markup in the cells. Here's a

Re: [ClojureScript] [ANN] Clojure 1.7.0-RC1 now available

2015-06-12 Thread Alex Miller
Thanks David! Hopefully we'll have an RC2 out soon. On Friday, June 12, 2015 at 5:19:28 AM UTC-5, David Della Costa wrote: Alex, I'm behind the curve but here's another experience report: We've been testing with RC1 for the last few weeks in a development branch, and found nothing out of the

[ClojureScript] Re: Passing reagent components to react components that expect jsx (in this case, fixed-data-table)

2015-06-12 Thread Russell Dunphy
For anyone else who might run into a similar issue, @Frozenlock helped me out on the clojurescript IRC. There seems to be some sort of problem with react-with-addons - when I removed that, i got it to work with the following code: https://www.refheap.com/102477. Same code, but with