Fork me on GitHub
#rum
<
2017-12-01
>
escherize16:12:58

How are you guys doing animation? is there a gist with a rum / react-motion integration example?

Roman Liutikov10:12:54

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

misha14:12:05

There is no (should not be) such thing in clojure/script as interop overhead, is there?

misha14:12:37

Most of the time is usually wasted on things like js->clj clj->js calls.

misha14:12:56

What interop are you referring to?

Roman Liutikov16:12:25

I meant exactly clj->js, and also React wrappers overhead, though it might be not that important

escherize21:12:34

So.. this is a noob question but how do I actually use either of those? :3

escherize21:12:55

let's say i get the cljsjs for react-motion

escherize21:12:11

what's next?