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]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
