This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-10
Channels
- # arachne (2)
- # beginners (5)
- # boot (6)
- # cider (3)
- # cljsrn (2)
- # clojure (34)
- # clojure-brasil (1)
- # clojure-poland (1)
- # clojure-spec (52)
- # clojure-sweden (1)
- # clojurescript (17)
- # datomic (14)
- # leiningen (3)
- # luminus (2)
- # om (85)
- # proton (89)
- # protorepl (1)
- # re-frame (1)
- # reagent (8)
- # ring-swagger (1)
- # spacemacs (2)
- # yada (6)
@mikethompson: Ah, gotcha. I was trying r/track
out to hopefully get the benefits of cached computation, but it still seems to trigger all dependent reactions when you deref.
@seantempesta: the upcoming v0.8.0 has de-duplicated subscriptions which will be nice.
Any idea on when that’ll be released?
I would hope to see a beta within a week
There's an alpha1 available which provides def-sub
already
I'm just waiting to complete the Effectful handlers stuff
That will be alpha2
0.8.0-alpha1 contains breaking changes: https://github.com/Day8/re-frame/blob/master/CHANGES.md#080--201607xxxx Be aware that things marked with XXX are not yet complete (hence alpha1).