Fork me on GitHub
#re-frame
<
2019-10-01
>
isak17:10:42

Just posted this issue about reuse of reaction instances: https://github.com/Day8/re-frame/issues/553

isak18:10:32

Related to the above, is sending the result of (rf/subscribe ...) (without dereffing) to a child component a nono?

p-himik14:10:53

I do it often when I know for sure that the child component derefs the sub. I have never had any problems with it, although I almost never use :on-dispose.

4
isak18:10:09

If I send the subscription path instead, and create the subscription instance in the child component, the problem goes away