Fork me on GitHub
#reagent
<
2016-05-21
>
sbmitchell04:05:23

I'm a little confused by the question @tavistock this does not seem like a reagent problem at all. Perhaps a regular data aggregation problem?

vectorsize06:05:38

thanks a lot @gadfly361 !! I ran it and it seems to do what I wanted, I’ll stuty the code see what’s done differently and try to understand why mine didnt work!!

vectorsize06:05:33

yes… I see what makes it work, but that won’t do with nested data… I’ll try something else. Thanks for the help anyhow

gadfly36107:05:02

Yeah, just wanted to get smallest piece working, figured it could be built out from there

vectorsize07:05:16

if it can I don’t see how haha, is this not the usecase for lenses or similar? where I can look into a specific subtree in the data instead of derefing the whole thing on top of the UI ?