In React Transition Group, There are two components available to use for transitioning single children; <Transition>
and <CSSTransition>
. However, what if we want to transition a list of elements? For that, we need to make use of the <TransitionGroup>
component. In this lesson, we’re going to use this component to transition items in a list of elements in and out of the DOM.
I wish I had a start code. plz add A start code.