Summary
In this chapter, we worked around changing the data flow and passing data directly from react-router links. We took a look at animating a collection of objects being added/removed or as they appear. We saw different transition events supported by ReactCSSTransitionGroup
and how to use relevant classes to animate our objects.
In the next chapter, we will learn how to test our app using Jest and React TestUtils.