Fork me on GitHub
#re-frame
<
2017-01-24
>
piotr-yuxuan00:01:14

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)

akiroz16:01:06

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?

mccraigmccraig16:01:58

@akiroz there's nothing stopping you using ns-qualified keys now

akiroz16:01:35

@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?

akiroz16:01:00

(I haven't tried it myself)

mccraigmccraig16:01:05

@akiroz it's probably not going to work without some integration effort, because subscriptions and handlers usually have assumptions about app-db structure

akiroz16:01:08

Oh alright, so as long as each project uses only their name-spaced part of the app-db, it should be good yeah?

qqq20:01:30

https://github.com/Day8/re-frame <-- where on this page is the place to add in lein dependencies for reframe ?

shaun-mahood20:01:51

@qqq: Look right above https://github.com/Day8/re-frame#why-should-you-care at the clojars [re-frame "0.9.1"] icon

qqq20:01:42

yeah, what got me was that I was trying to use 0.9.2-something-alpha

qqq20:01:49

which apaprently did not hit clojars yet, but otherwise the line was correct

qqq20:01:02

[and this threw me off, thinking I got the entire line wrong, when the problem was to just downgrade to 0.9.0]