On Friday, October 30, 2015 at 1:13:46 PM UTC-7, marc fawzi wrote: > React Native has a very intuitive animation API that you might want to copy > it in such a way that when using Reagent with React Native you would simply > use the built in API. Would that work?
Hi Marc, Reanimated is my opinionated claim that reaction closures are simpler and more expressive than React's existing animation capabilities. Reagent UIs avoid React's local state capabilities, preferring closures instead. To me this is a syntactic and conceptual advantage. I like reactions because they are concise. I believe closures are fundamentally different expressions that cannot be translated to use the built in API. Having said that, I am very interested in other other approaches, and would love to hear about alternatives. Regards, Timothy -- 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.
