diff --git a/project-docs/wave-02.md b/project-docs/wave-02.md index 9788c392..5a55fe50 100644 --- a/project-docs/wave-02.md +++ b/project-docs/wave-02.md @@ -1,5 +1,7 @@ # Wave 02: Container Component +**Learn Topics: React Components and Props required for this wave** + Implement a `ChatLog` component and update the `App` component to display an entire chat log. `ChatLog` should display a sequence of individual `ChatEntry` components. `ChatLog` takes one prop named `entries` (which is an array). @@ -12,4 +14,4 @@ Note the rule set in `ChatLog.css` and consider how to apply it to the `ChatLog` ## Tests -The tests for this component assume that the component is named `ChatLog` and takes one prop named `entries` (which is an array). \ No newline at end of file +The tests for this component assume that the component is named `ChatLog` and takes one prop named `entries` (which is an array).