Part 1: Animate layout changes

What are we building?
We are creating an animated list component. It will take an array of IDs and a renderItem function as props. The component arranges items in a row on large screens and i...