std.dom.invoke

invoke-intern-dom

added in 3.0

(invoke-intern-dom _ name {:keys [class tag protect], :as params} body)

constructor for dom

(invoke-intern-dom nil ’hello {:class :react :tag :test/hello-dom} [’dom ’_ 1])

(invoke-intern-dom nil ’hello {:class :value :tag :test/hello-dom} [’_ 1])