How are you guys doing animation? is there a gist with a rum / react-motion integration example?
react-motion or react-transition-group usually do the job well, but in cljs/react animations are usually much slower because of interop overhead in react components
There is no (should not be) such thing in clojure/script as interop overhead, is there?
Most of the time is usually wasted on things like js->clj clj->js calls.
What interop are you referring to?
I meant exactly clj->js, and also React wrappers overhead, though it might be not that important
So.. this is a noob question but how do I actually use either of those? :3
let's say i get the cljsjs for react-motion
what's next?
best I can suggest is this page https://github.com/tonsky/rum/wiki#using-3rd-party-react-components