Fork me on GitHub
#reagent
<
2015-08-29
>
jonaskello09:08:31

Anyone have a pointer to how to use refs for dom nodes in reagent? I found some info but it seems a bit old and I cannot get it to work….

jonaskello09:08:35

I found a lot of examples of setting focus without refs, but I would like to have an actual ref...

jonaskello09:08:19

Scenario is I have a table and when a td is clicked I want to find that particular td in order to position a div relative to it