[ClojureScript] Re: Om with react-motion

2015-10-07 Thread Petr Gladkikh
Yes, symptoms look rather similar to what I see. I resorted to CSS animations for the time being because in my case it's a showstopper. On Wednesday, 7 October 2015 20:17:19 UTC+6, Cheng Lou wrote: > On Friday, October 2, 2015 at 2:31:16 PM UTC-4, Petr Gladkikh wrote: > > Hello,

[ClojureScript] Om with react-motion

2015-10-02 Thread Petr Gladkikh
Hello, I am working on Om application that uses react-motion to animate a component transitions. The problem is that nested/children components that are inside animated component are not re-rendered when their local state changes e.g. with "om/set-state!". Application state is stored in single

[ClojureScript] Minimal compiled size

2015-02-02 Thread Petr Gladkikh
Hello. Probably this question was answered elsewhere but I could not find it myself. The question is about minimal compiled output size. I am trying to use ClojureScript for a project that needs only small pieces of javascript (at least currently) but I noticed that even one-liner with 'advanced