Back

analyze-subscribe (clj)

(source)

function

(analyze-subscribe ctx expr ns)
Analyzes re-frame subscribe call. Marks the query id, the first element of the parameter vector as a subscription reference so it can be tracked back to the subscription. Marker is `[:context :re-frame.core :subscription-ref]`. https://day8.github.io/re-frame/api-re-frame.core/#subscribe

Examples