(db)
Return the reframe db (a ratom). Mostly useful for debugging.
Return the reframe db (a ratom). Mostly useful for debugging.
(dispatch & args)
(dispatch-sync & args)
(reg-event-db id handler)
(reg-event-db id more handler)
Register a db handler that automatically uses app-wide default interceptors. Optionally provide additional interceptors (as a vec) to include after the default.
Register a db handler that automatically uses app-wide default interceptors. Optionally provide additional interceptors (as a vec) to include after the default.
(reg-event-fx id handler)
(reg-event-fx id more handler)
Register an fx handler that automatically uses app-wide default interceptors. Optionally provide additional interceptors (as a vec) to include after the default.
Register an fx handler that automatically uses app-wide default interceptors. Optionally provide additional interceptors (as a vec) to include after the default.
(reg-fx & args)
(reg-sub & args)
(reg-sub-raw & args)
(subscribe & args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close