Skip to content

Instantly share code, notes, and snippets.

(ns webfui-examples.add-two-numbers-low-level.core
(:use [webfui.dom :only [defdom add-dom-watch]]
[webfui.state-patches :only [patch]]))
(def my-dom (atom nil))
(defdom my-dom)
(def a 0)
(def b 0)