so is this like an internal (or inward) reaction (i.e. reaction within app-db?) and if so then will it create an external (or outward) reaction?
can you summarize the use cases? btw,with Reagent cursors, a cursor can be a function and it could achieve this but not as elegantly (well, maybe if an abstraction is invented for that) so you could actually write to some in-cursors that would then modify some out-cursors. The separation between in and out is really neat. This way you can react in between in and out. On Wed, Apr 22, 2015 at 8:12 AM, Mike Thompson <[email protected]> wrote: > On Thursday, April 23, 2015 at 12:54:34 AM UTC+10, Mike Thompson wrote: > > On Thursday, April 23, 2015 at 12:49:31 AM UTC+10, Jamie Orchard-Hays > wrote: > > > Very cool. And probably useful for what I'm working on right now. > > > > > > Typo: "(defn on-changed...)" => "(on-change...)". Actually, I like the > name "on-change" or "on-changes". > > > > > > > > > I've altered the GIST to use "on-changes" > > > Further typos found and fixed in that GIST. > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
