Skip to content

Instantly share code, notes, and snippets.

@frankiesardo
Created December 13, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankiesardo/50db82ce6257da322b8a273301c82182 to your computer and use it in GitHub Desktop.
Save frankiesardo/50db82ce6257da322b8a273301c82182 to your computer and use it in GitHub Desktop.
(ns react.helper)
(defmacro defc [name argv & body]
`(def ~name (react.helper/component (str '~(get-in &env [:ns :name]) "/" (name '~name)) (fn ~argv ~@body))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment