(ns sliva.data (:require [cljs.core.async :refer [chan]] [reagent.core :as reagent])) ;; App state atom (def appstate (reagent/atom {:clients []})) (def vtic (atom (chan)))