react-animations-from-scratch icon indicating copy to clipboard operation
react-animations-from-scratch copied to clipboard

This blog post explains the techniques in more depth

Building animations in React from scratch

1. Basic sequenced enter & exit

enter and exit animation

2. Grouping items

grouping items transition

3. Enter/update/exit

enter/update/exit animation