(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close