Note that these complications are slated for removal. Automatic cursor consistency is a goal for 0.8.0, the only big question is what to do if a cursor has become invalid due to deletion. Likely we'll add a predicate for those people who want to be safe.
On Thursday, October 30, 2014, Andrew Stoeckley <[email protected]> wrote: > Regarding app-state manipulation outside of the render phase, can anyone > clarify for me how we know with certainty if a function is likely to run > during this phase? For Om my naive interpretation is that only code inside > an IRender or IRenderState is executing in the render phase. And I notice > that all :onClick handler functions appear to always run outside the render > phase. Is this a fair assumption or would there ever be a case where an > :onClick might actually be considered a part of rendering? > > -- > 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] <javascript:;>. > To post to this group, send email to [email protected] > <javascript:;>. > 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.
