Fork me on GitHub
#re-frame
<
2016-06-29
>
fasiha01:06:46

I too was surprised that it didn't take much work to hand-roll all the view & handler logic for interacting with SVG components

fasiha01:06:46

Some parts were definitely tricky… this code is internal but I may be writing a public tool that does something similar (tho I will want to see if d3.js can help me)

nilrecurring06:06:46

@fasiha: thanks! I wasn't able to assign a mouse click handler in the single svg components, so I took the route of using jquery click handlers in the component-did-update function

nilrecurring06:06:02

It was both fun and horrible 😄