Fork me on GitHub
#reagent
<
2017-07-08
>
qqq04:07:03

I need to use canvas with reagent now. (No other option, svg won't do.)

qqq04:07:10

What is the recommended process?

qqq05:07:16

what does reagent/dom-node and reagent/as-element do? where are they documented

colbydehart17:07:55

was wondering if anyone knows how to go about using reagent with a non-dom renderer. I was trying to get something going with https://github.com/Yomguithereal/react-blessed but didn’t know how to render the hiccup to a react component

colbydehart17:07:15

actually now I’m debugging, might have been a problem with reagent hrm.

colbydehart17:07:44

maybe reagent depends on being in the dom?

lxsameer23:07:08

can i use preact with reagent instead of react ?