Liking cljdoc? Tell your friends :D
ClojureScript only.

cljest.helpers.reagent


rendercljs

(render component)

Takes a Reagent component and renders it.

Example:

(render [my-cool-component {:best-prop true}])
Takes a Reagent component and renders it.

Example:

```
(render [my-cool-component {:best-prop true}])
```
sourceraw docstring

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

× close