Fork me on GitHub
#reagent
<
2017-01-13
>
minikomi04:01:31

How important is it to have the react tags in the server side rendered result?

minikomi04:01:49

I’m guessing it would just swap it out once the server side render starts up

pez07:01:25

@minikomi: I don’t think that is very important for my app. A plain DOM from the server seems to work fine.

minikomi07:01:36

Good to hear!

richiardiandrea19:01:07

One question folks, I am using d3 and reagent together following the excellent: https://gadfly361.github.io/gadfly-blog/2016-10-22-d3-in-reagent.html

richiardiandrea19:01:52

with a twist, aka using (defonce track-graph-enter (r/track! graph-enter state)) for triggering the side effect on ratom update

richiardiandrea19:01:34

well, I am still not 100% satisfied because I feel I am misusing either d3 or reagent...which independently modify the dom

richiardiandrea19:01:20

ah the question, the question is: what folks use for drawing DAGs with reagent nowadays?