There was an error while loading. Please reload this page.
1 parent 99c3d63 commit 5cdee27Copy full SHA for 5cdee27
src/components/patterns/HookReducer/Page.jsx
@@ -46,7 +46,7 @@ const Page = () => (
46
know.
47
</p>
48
49
- <h3>Exercise</h3>
+ <h3>Exercise part 1</h3>
50
51
<h4>
52
🎯 The goal is to understand how to handle complex state logic in our
@@ -75,7 +75,7 @@ const Page = () => (
75
76
<Exercise />
77
<hr />
78
- <h3>Bonus exercise</h3>
+ <h3>Exercise part 2</h3>
79
<p>
80
<input type="checkbox" /> Create a custom hook from your Login Form. You
81
can call it useForm.
@@ -87,6 +87,8 @@ const Page = () => (
87
Don't think of state only, but also functions that create "props".
88
</li>
89
</ul>
90
+
91
+ <h3>Bonus exercise</h3>
92
</React.Fragment>
93
);
94
0 commit comments