This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-24
Channels
- # beginners (19)
- # boot (118)
- # capetown (4)
- # cider (37)
- # cljs-dev (69)
- # cljsjs (23)
- # clojure (212)
- # clojure-austin (10)
- # clojure-india (3)
- # clojure-italy (2)
- # clojure-mke (1)
- # clojure-nl (1)
- # clojure-russia (5)
- # clojure-spec (52)
- # clojure-uk (86)
- # clojurescript (31)
- # core-async (9)
- # cursive (123)
- # datomic (91)
- # emacs (22)
- # events (3)
- # hoplon (68)
- # klipse (4)
- # lambdaisland (10)
- # leiningen (2)
- # off-topic (14)
- # om (14)
- # onyx (44)
- # perun (14)
- # proton (20)
- # re-frame (15)
- # reagent (10)
- # ring-swagger (9)
- # specter (18)
- # untangled (3)
- # vim (26)
- # yada (4)
I haven’t found documentation for make-reaction
optional parameters auto-run
on-set
and on-dispose
, could you elaborate on them or tell me where I could find so? Thanks in advance!
(edit: well, as it comes from ns reagent.ratom
I better ask this in #reagent here https://clojurians.slack.com/archives/reagent/p1485218644003555)
hey guys, quick question: what's our current status of embedding re-frame components in other re-frame apps? are we gonna have fully ns qualified keys in the app-db, events and subs? is there a mechanism for us to do it now?
@akiroz there's nothing stopping you using ns-qualified keys now
@mccraigmccraig is there a way for me to embed one re-frame project in another though, or will it just work if I have ns-qualified keys in both projects and include one in the other?
@akiroz it's probably not going to work without some integration effort, because subscriptions and handlers usually have assumptions about app-db structure
Oh alright, so as long as each project uses only their name-spaced part of the app-db, it should be good yeah?
https://github.com/Day8/re-frame <-- where on this page is the place to add in lein dependencies for reframe ?
@qqq: Look right above https://github.com/Day8/re-frame#why-should-you-care at the clojars [re-frame "0.9.1"]
icon