Liking cljdoc? Tell your friends :D

goldly.system

cljs

defines reagent-component render-system, that displays a fully defined system

defines reagent-component render-system, that displays a fully defined system
raw docstring

binding-symbolcljs

(binding-symbol f-name)
source

clj-funcljs

(clj-fun run-id system-id fn-clj)
source

compilecljs

(compile code bindings)
source

compile-errorcljs

(compile-error s b e)
source

compile-fncljs

(compile-fn bindings f-name f-body)

compiles a system/fns. On compile error returns no-op-fun

compiles a system/fns. 
On compile error returns no-op-fun
sourceraw docstring

compile-systemcljs

(compile-system run-id state-a {:keys [id state html fns fns-clj] :as system})

compiles a system and creates a reagent component that displays the system; or that displays a compile error returns: component component expects system state as parameter as atom

compiles a system and creates a reagent component that displays the system;
or that displays a compile error
returns: component
         component expects system state as parameter as atom
sourceraw docstring

def-uicljmacro

(def-ui symbol form)
source

escape-htmlcljmacro

(escape-html f)
source

escape-html2clj

(escape-html2 f)
source

function?clj

(function? x)

Returns true if argument is a function or a symbol that resolves to a function (not a macro).

Returns true if argument is a function or a symbol that resolves to
a function (not a macro).
sourceraw docstring

goldly-def->valclj

(goldly-def->val s)
source

goldly?clj

(goldly? s)
source

into-mapperclj

(into-mapper f m)

applies function f on all values of a map. returns a map with the same keys

applies function f on all values of a map.
returns a map with the same keys
sourceraw docstring

no-op-funcljs

(no-op-fun f-name)
source

pr-fnclj

(pr-fn name form)
source

render-systemcljs

(render-system {:keys [state html fns fns-clj id] :as system})
source

render-system-implcljs

(render-system-impl run-id)
source

resolve-ui-fncljmacro

(resolve-ui-fn form)
source

resolve-ui-fn2cljmacro

(resolve-ui-fn2 form)
source

sincljs

(sin x)
source

specter-resolvecljs

(specter-resolve specter-vector)
source

systemcljmacro

(system {:keys [id state html fns] :as system-cljs} system-clj)
source

system->cljsclj

(system->cljs system)

converts a system from clj to cljs

converts a system from clj to cljs
sourceraw docstring

tapcljs

(tap x)
source

unique-idclj

(unique-id)

Get a unique id.

Get a unique id.
sourceraw docstring

update-state-from-clj-resultcljs

(update-state-from-clj-result state result where)
source

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

× close