Fork me on GitHub
#om-next
<
2016-06-03
>
lewix15:06:12

anyone played with rum om.next reframe? what's your verdict?

danburton20:06:26

Is there a way to access the reconciler for a given component? For example, (defui Thing ... (render [this] ... :on-click #(om.next/transact! (get-reconciler this) '[(:transact-a-thing)])))

danburton20:06:40

Basically Thing needs to perform a transaction that affects its ancestors, but (om.next/transact! this ...) seems to only update Thing and not its ancestors.

danburton20:06:24

Now that I've typed it out... it seems like this should just be a computed prop.