Animations in React 2020 - react-spring

jonasgroendahl

Jonas Grøndahl

Posted on January 17, 2020

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.

💖 💪 🙅 🚩
jonasgroendahl
Jonas Grøndahl

Posted on January 17, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related