Chapter 8. Building Complex React Components
In this chapter, we'll put everything you learned so far about React components in action by building the most complex components in our application, that is, the child components of our Collection
component. Our aim in this chapter is to gain solid React experience and grow our React muscle. Let's get started!