Fork me on GitHub
#reagent
<
2016-08-12
>
porglezomp04:08:26

Any idea why reaction and track aren’t acting lazy for me?

shaun-mahood04:08:16

@porglezomp: https://github.com/Day8/re-frame/wiki/Creating%20Reagent%20Components - check out the different forms and see if that helps - it's my goto whenever my components don't quite do what I expect.

porglezomp04:08:58

This is outside of components completely, the full description of my problem is up a little ways

shaun-mahood04:08:55

I think the logic might still apply, but that might be wrong on my part. I see your example from above, what exactly are you trying to do?

shaun-mahood04:08:50

@porglezomp: Let me know if you figure out what’s going on, otherwise I will have a bit more time tomorrow morning and can have a more extensive kick at figuring what’s going on with your examples.

pbaille12:08:03

Hi, Can i do a cursor based on a wrap and expect same reactive behavior that a regular cursor?

pbaille12:08:49

(r/cursor (r/wrap ratom1 …) [:some :path])