Chapter 5. Making Your React Components Reactive
Now that you know how to create React components with and without state, we can start composing React components together and build more complex user interfaces. In fact, it's time for us to start building our web application called Snapterest that we discussed in Chapter 2, Installing Powerful Tools for Your Project. While doing this, you'll learn how to plan your React application and create composable React components. Let's begin.