Fork me on GitHub
#reagent
<
2016-03-02
>
escherize14:03:39

Hello Reagent. The best ui library ever? Did you wish you could interact with little snippets easier? Wellllll I just made cljs fiddle which is more like reagent-fiddle, truth be told. https://twitter.com/escherize/status/705034702197948416

pepe15:03:48

@escherize: bravo. Tomrrw I got workshop on reagent, and this really make it easier 😉

escherize17:03:12

Thanks guys. the repo is at https://gitlab.com/escherize/cljsfiddle if you want to take a look

hugobessaa17:03:40

Have anyone used some JS React component with reagent that uses this.context?

hugobessaa17:03:08

I'm trying to use react-sticky, which makes use of this.context, but it is failing

hugobessaa18:03:13

actually, this is not the problem

hugobessaa18:03:38

Did anyone run into this error?

Uncaught TypeError: Cannot read property 'findDOMNode' of undefined

hugobessaa18:03:46

In a component that uses ReactDOM

martinklepsch20:03:46

is this the recommended way to get a reference to a dom node within my component?

(.findDOMNode js/React (-> this .-refs .-myRef))