Set up PostItem to receive and display data (e.g., post title and summary) from PostList using props. Render multiple instances of PostItem within PostList to simulate a list of posts. Document the role of PostItem as a child component, and illustrate how it receives and displays data via props.