Animations in ReactJS
Sophisticated animations pose some interesting challenges in ReactJS, especially when using CSS keyframes. I recently created a cool CSS/JS animation for a ReactJS project, and it turned out to be harder than Iād anticipated. Hopefully this article will help you to avoid, or at least anticipate some of the challenges