April 2017
Intermediate to advanced
414 pages
8h 14m
English
In this next step, we will edit PostView so that it includes a ListView to render all its comments. Since PostView will have the comments data saved into its state once the information has been loaded by the componentWillMount life cycle, we can use that data to render the comments.
Start by creating a component to house this ListView; let's call it CommentList. It should do the following:
Your CommentListRow component should do the following:
Read now
Unlock full access