For a large project we have decided to switch our app from Blaze to React.
In our current app we use alot of transitions made with either css or jQuery.
We know this is kind of bad practice, and for our second version we would like to use velocity.js.
React has the csstransitiongroup for animations, but that is kind of iffy.
Has anyone been able to implement velocity.js succesfully with React?
And if you did, how did you do it?