nosco / hx

A simple, easy to use library for React development in ClojureScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow quoted var to be used as component

lilactown opened this issue · comments

(defnc View [_]
 [:div "view"]

(hx/f [#'View])