Fork me on GitHub
#reagent
<
2016-03-16
>
be913:03:09

does anybody use reforms with re-frame? I wonder what kind of "cursor" to pass to reforms helpers. plain reagent examples use atom which is subject to update-in's, but re-frame is so about separating subscriptions and handlers...

sandric15:03:36

Hi guys. Can anyone help me understand how to use react addons in reagent? I want to use that one https://github.com/stayradiated/react-colorpicker, so I added src to it in index.html file and in code using it like so

[:ColorPicker
   {
       color: "#c0ffee "
   }
]
But I getting an error, should I use adapt-react-class for that, is there any good example of it? thx.

jhamrsky15:03:53

@sandric: I am newbie in cljs/reagent, but don't you mean something like here http://stackoverflow.com/questions/35489797/using-react-components-in-reagent ?

hugobessaa18:03:41

@be9 I know i'm not answering your question directly, but take a look at https://github.com/pupeno/free-form