Skip to content

Instantly share code, notes, and snippets.

@wavejumper
Created September 26, 2020 05:07
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 wavejumper/05fca1e4d543078227e24081c2f2764c to your computer and use it in GitHub Desktop.
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