Fork me on GitHub
#om
<
2017-05-05
>
danielstockton12:05:17

Can anyone give a use-case for tx-intercept?

danielstockton12:05:14

Also, I have two transactions with follow on reads for :sections/sections. The query looks something like this:

(query [this]
    [{:sections/sections (om/get-query Section)}]
One of the transactions triggers a remote request with the full query, the other simply requests a remote read of :sections/sections, as though transform-reads has not done it's job of replacing with the full-query. Anyone know a reason for this? I'm not passing a reconciler to transact!, both receive components.

gardnervickers16:05:55

@danielstockton We’ve been considering using it for sending analytics about app usage.

fenton18:05:53

how do i call my parser function from the REPL such that my remote send function is also called?

fenton18:05:11

specifically by my reader function