flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

kind->id->handler #13

Closed flexsurfer closed 7 years ago

flexsurfer commented 7 years ago

(defn get-registry [] (let [registry @re-frame.registrar/kind->id->handler registry-keys (keys registry) fx (:fx registry) cofx (:cofx registry) subs (:subs registry)]

{:fx fx :cofx cofx :subs subs}))`

show the registered fx and cofx (doubt need the subs, unless it helps get rid of the macro) it would be nice to see all the registered :fx and :cofx and possibly the chains of :before and :after.