Transition Items within a List with React Transition Group

Rory Smith
InstructorRory Smith

Share this video with your friends

Send Tweet

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.

Jiwon
Jiwon
~ 6 years ago

I wish I had a start code. plz add A start code.