This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-22
Channels
- # beginners (10)
- # boot (134)
- # cider (29)
- # clara (2)
- # cljs-dev (10)
- # cljsjs (2)
- # cljsrn (13)
- # clojure (76)
- # clojure-india (4)
- # clojure-ireland (1)
- # clojure-russia (20)
- # clojure-spec (11)
- # clojure-uk (7)
- # clojurescript (88)
- # core-async (5)
- # core-logic (3)
- # cursive (17)
- # datascript (5)
- # datomic (123)
- # hoplon (8)
- # klipse (6)
- # lambdaisland (2)
- # leiningen (4)
- # luminus (2)
- # off-topic (23)
- # om (23)
- # om-next (1)
- # onyx (20)
- # pedestal (2)
- # perun (2)
- # re-frame (11)
- # ring-swagger (3)
- # untangled (12)
Does reframe have anything like casatra? I like the idea of clojure client making RPC to server.
@witek: could you describe with some more detail your usecase about the subscription firing the handler? Asking because if you have to do a computation on it you can just do it in the sub and then expose the result, while if you want to sideeffect then you can do it in the event that triggered the favorite-items sub data to change
@witek: OTOH there is definitely the need deref-ing subscriptions in handlers (e.g. to feed a subscription result to a handler at the end of a chain of events firing each other) and a discussion going on in this issue in github: https://github.com/Day8/re-frame/issues/255
@mikethompson: I guess at this point there should be a FAQ about this also, it's getting asked quite often lately. I'd be happy to write it down; do you have any "official" recommendation/thought/comment on this?
I've added some thoughts to #255 https://github.com/Day8/re-frame/issues/255#issuecomment-274303581
There is the scope for someone to solve these issues in libraries rather than by additions to the re-frame core.
whoever wrote the new "intro" to re-frame, it's even better than the old one. and i already linked people to read that to understand "reactive programming" 🙂