Contains the very basic functions to have a separate state for a re-frame execution. The main point of re-frame-lib is to easy to remove most of the global state required by re-frame. At some point it is done, except for facilities that may be considered equal for all the re-frame executions like the executor, console, tracing, etc.
Contains the very basic functions to have a separate state for a re-frame execution. The main point of re-frame-lib is to easy to remove most of the global state required by re-frame. At some point it is done, except for facilities that may be considered equal for all the re-frame executions like the executor, console, tracing, etc.
In many places, re-frame asks you to associate an id
(keyword)
with a handler
(function). This namespace contains the
central registry of such associations.
In many places, re-frame asks you to associate an `id` (keyword) with a `handler` (function). This namespace contains the central registry of such associations.
contains re-frame supplied, standard interceptors
contains re-frame supplied, standard interceptors
Tracing for re-frame. Alpha quality, subject to change/break at any time.
Tracing for re-frame. Alpha quality, subject to change/break at any time.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close