6 ms·
I started learning React recently. I really like the way the code is laid out and I enjoy writing it so far, but trying to use jQuery animations with React seem
by jimeuxx 12y ago
I started learning React recently. I really like the way the code is laid out and I enjoy writing it so far, but trying to use jQuery animations with React seems to pretty much ruin that neatness and readability.
I did try the experimental CSSTransitionGroup, but it has some serious bugs, and didn't seem designed for in-place transitions. It's hard to find a good number of examples at this point though.
I came across the React Tween State GitHub page while googling, so I'll have to try it out. If I can get comfortable with basic animations with React, I think I'll be using it a lot more.