DEV Community

Cover image for Animations in React 2020 - react-spring
Jonas Grøndahl
Jonas Grøndahl

Posted on

Animations in React 2020 - react-spring

Lately I've been working with animations in React and react-spring. There are many animations libraries out there but currently react-spring seems to be one of the most popular ones and for a good reason. I really like the hooks api since it plays very well into the remaining of my code that is also using the hooks syntax.

I have tried to create some more intermediate and advanced animations using react-spring (not just a simple fade/slide) and created YouTube videos showing how:

https://www.youtube.com/watch?v=kNH95mlNJd8&t

Let me know if they are useful to you if you're getting started with animations in React or if there are other libraries out there that looks exciting for animations in React here in 2020.

Top comments (1)

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the video, Jonas.

You can also embed the video in the post using liquid tag.

{% youtube kNH95mlNJd8 %}

You can find more about it in the Video Embed section in the Editor Guide. :)