Skip to content

Instantly share code, notes, and snippets.

@hierophantos
hierophantos / reagent_datascript.cljs
Created April 27, 2016 22:49 — forked from allgress/reagent_datascript.cljs
Test use of DataScript for state management of Reagent views.
(ns reagent-test.core
(:require [reagent.core :as reagent :refer [atom]]
[datascript :as d]
[cljs-uuid-utils :as uuid]))
(enable-console-print!)
(defn bind
([conn q]
(bind conn q (atom nil)))