This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-29
Channels
- # beginners (31)
- # boot (5)
- # cider (1)
- # clara (1)
- # cljs-dev (9)
- # clojure (118)
- # clojure-nl (2)
- # clojure-russia (90)
- # clojurescript (344)
- # cursive (4)
- # datascript (1)
- # datomic (41)
- # emacs (5)
- # hoplon (48)
- # ldnclj (13)
- # lein-figwheel (13)
- # leiningen (1)
- # off-topic (1)
- # om (146)
- # omnext (1)
- # onyx (65)
- # re-frame (22)
@raymcdermott: Thanks for putting up the Datomic example, I've been wanting to play with it from Hoplon, but have yet to grok the Castra scaffolding. Examples of adding and updating data are much appreciated!
@mynomoto: I have added the namespace so you should see it in the PR now.
@chromalchemy: still working it out myself but yes those are the examples Iām targetting
@micha when I get an notification (from notify), I do a swap! on a cell, but I do not see the value refreshed in the browser. How do I trigger that refresh?
you can call swap!
all you want, but nothing will propagate unless the value contained in the cell changes