It’s possible to use React Transition Group alongside Styled Components. This can be useful should you want to use <CSSTransition>
but are also taking advantage of the Styled Components library. In this lesson, we are going to take a look at the styled-transition-group
library in order to achieve this.