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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ yarn start
70
70
Pass the dependencies (`toggleMenu` in this case) via props.
71
71
Make sure everything works by clicking on the "Training" button at the top right of the screen. Hint, you can look at the `src/components/Header.js` as an example (heads up, use curly brackets to pass a prop as a function)
72
72
73
-
-[ ]3. Refactor the books section by creating a function component and pass the dependencies via props.
73
+
-[ ]3. Refactor the books section by creating a function component called Books. Pass the state from App to Books via via props.
74
74
Make sure everything works.
75
75
76
76
-[ ]4. Is there any state in app that should be in the Books component?
0 commit comments