Skip to content

Instantly share code, notes, and snippets.

@viebel
Last active November 18, 2020 14:14
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 viebel/197c7f072a8ffb7efe4d0774e6b6ef9f to your computer and use it in GitHub Desktop.
Save viebel/197c7f072a8ffb7efe4d0774e6b6ef9f to your computer and use it in GitHub Desktop.
(ns simple.core
(:require [reagent.core :as reagent]
[reagent.dom :refer [render]]))
(defn ui []
[:div
[:h1 "Hello world"]])
(render [ui] js/klipse-container)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment