Fork me on GitHub
#reagent
<
2016-11-30
>
Aron00:11:21

i am trying to learn clojurescript

Aron00:11:41

can I use reagent with d3 from cljsjs?

Aron00:11:57

and with canvas, not svg

Aron00:11:03

all the examples are with svg

gadfly36102:11:31

@ashnur this is not what you are asking for, but it may be helpful. It shows how to use d3 from cljsjs (with svg) https://gadfly361.github.io/gadfly-blog/2016-10-22-d3-in-reagent.html

Aron02:11:19

thanks, will check it