Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.rendering.context


Consumerclj/s

source

in-contextclj/s

(in-context f)
(in-context context-props f)

Call f to render children, where f will receive the current rendering context as a parameter. Use context-props to pass props to the React/Consumer element (most importantly a key, if in a list).

Call `f` to render children, where `f` will receive the current rendering context as a parameter. Use `context-props`
to pass props to the React/Consumer element (most importantly a key, if in a list).
sourceraw docstring

merge-contextclj/s

(merge-context m f)

Render (f [context]) in a context where m is merged into the one already present.

Render `(f [context])` in a context where `m` is merged into the one already present.
sourceraw docstring

Providerclj/s

source

rendering-contextclj/s

source (clj)source (cljs)

ui-providerclj/smacro

(ui-provider app child)
(ui-provider app child force-render?)
source

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

× close