Skip to content

Commit

Permalink
add learn topics callout
Browse files Browse the repository at this point in the history
  • Loading branch information
beccaelenzil authored Jun 6, 2022
1 parent cb2faad commit 82115fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project-docs/wave-02.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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).
The tests for this component assume that the component is named `ChatLog` and takes one prop named `entries` (which is an array).

0 comments on commit 82115fc

Please sign in to comment.