Liking cljdoc? Tell your friends :D

re-frame-lib.base

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.
raw docstring

re-frame-lib.registrar

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.
raw docstring

re-frame-lib.std-interceptors

contains re-frame supplied, standard interceptors

contains re-frame supplied, standard interceptors
raw docstring

re-frame.registrar

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.
raw docstring

re-frame.std-interceptors

contains re-frame supplied, standard interceptors

contains re-frame supplied, standard interceptors
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close