How To Add Animations to React Apps with React-Lottie
Lottie is a program developed by Airbnb Design that allows you to use After Effects animations in real-time in a lightweight and flexible format. Lottie takes JSON data from an After Effects extension called Bodymovin and turns it into a usable animation for the web. In this tutorial, we’ll build a React application that consists of two types of Lotties, a regular one and another with controlled animations depending on certain values in state.