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

state-for-testingclj/s

(state-for-testing)

This state is only for testing the implementation of re-frame-lib. For normal usage you should use re-frame-lib.core/new-state.

This state is only for testing the implementation of re-frame-lib.
For normal usage you should use re-frame-lib.core/new-state.
sourceraw docstring

state-keysclj/s

Keys that compose the state hash map. It can be more.

Keys that compose the state hash map. It can be more.
sourceraw docstring

state?clj/s

(state? state)
source

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

× close