You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ yarn start
75
75
-[ ]4. Is there any state in App.js that should be in the `<Books>` component?
76
76
Refactor `<Books>` if appropriate.
77
77
78
-
-[ ]5. Break `<Books>` down into two smaller components: `<BookList>` and `<BookFilter>`. `<BookList>` will be responsible for displaying the books. `<BookFilter>` will be responsible for filterind the books. Is there any state in `<Books>` that should be moved into `<BookList>` or `<BookFilter>`?
78
+
-[ ]5. Break `<Books>` down into two smaller components: `<BookList>` and `<BookFilter>`. `<BookList>` will be responsible for displaying the books. `<BookFilter>` will be responsible for filtering the books. Is there any state in `<Books>` that should be moved into `<BookList>` or `<BookFilter>`?
0 commit comments