Fork me on GitHub
#re-frame
<
2015-11-01
>
nowprovision05:11:38

if we're going to have data flows (reactions depending on reactions) then we have to explicitly reference app-db? https://github.com/nowprovision/webhookproxyweb/blob/master/src-cljs/webhookproxyweb/screens.cljs otherwise I'll be creating multiple reactions that are simple (:active-screen @db) for each time I call subscribe [:screen-changed :xyz]

nowprovision05:11:47

is that correct?