This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-19
Channels
- # admin-announcements (8)
- # beginners (90)
- # boot (69)
- # bristol-clojurians (3)
- # cider (32)
- # cljs-dev (2)
- # cljsrn (22)
- # clojure (45)
- # clojure-art (2)
- # clojure-poland (102)
- # clojure-russia (91)
- # clojurescript (38)
- # cursive (27)
- # datomic (45)
- # devcards (7)
- # emacs (45)
- # gorilla (25)
- # hoplon (3)
- # jobs (1)
- # ldnclj (7)
- # off-topic (4)
- # om (176)
- # onyx (3)
- # portland-or (7)
- # re-frame (12)
- # reagent (64)
- # yada (26)
@edbond: register-sub
registers a function of db
and some params which creates a reaction
... subscribe
passes the params and the re-frame machinery adds the db
before calling the function registered with register-sub
@mccraigmccraig: thanks. The readme is too long to navigate, maybe someone summarize it or there are API docs?
@edbond: there are fragment anchors and an index in the README - https://github.com/Day8/re-frame#subscribe
@ebond: the README is long because it is a tutorial which answers the sort of questions you are now asking here
Also, be sure to also look at the todomvc example supplied.
That is recomended at the end of the README, in the where-to-go-next section.
I found the README very useful too, you read it once and you are ready for all the reactive apps you will want to write in your life 😄