defines reagent-component render-system, that displays a fully defined system
defines reagent-component render-system, that displays a fully defined system
(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
(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
(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).
(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
(system->cljs system)
converts a system from clj to cljs
converts a system from clj to cljs
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close