Back

analyze-reg-event-fx (clj)

(source)

function

(analyze-reg-event-fx ctx expr fq-def)
Analyzes re-frame event handler registration. Apart from `analyze-reg` functionality it looks for dispatch keyword variations `:dispatch`, `:dispatch-n`, `:dispatch-later` and marks the event ids in their parameters so those can be tracked. See also [[analyze-reg]], [[analyze-dispatch]] https://day8.github.io/re-frame/api-re-frame.core/#reg-event-fx

Examples