Can anyone give a use-case for tx-intercept?
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.@danielstockton We’ve been considering using it for sending analytics about app usage.
how do i call my parser function from the REPL such that my remote send function is also called?
specifically by my reader function