Skip to content

Instantly share code, notes, and snippets.

@wavejumper
Created September 26, 2020 05:07
Show Gist options
  • Select an option

  • Save wavejumper/05fca1e4d543078227e24081c2f2764c to your computer and use it in GitHub Desktop.

Select an option

Save wavejumper/05fca1e4d543078227e24081c2f2764c to your computer and use it in GitHub Desktop.
(require '[sandbox.reagent :refer [render]])
(defn my-component []
[:div {} "Hello from GitHub"])
(render [my-component])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment