There was an error while loading. Please reload this page.
1 parent 0722246 commit 3115b85Copy full SHA for 3115b85
src/components/patterns/Context/exercise/index.jsx
@@ -88,8 +88,14 @@ const Root = () => {
88
</blockquote>
89
<p>🤔 React docs say "use two different context types". Let's do it!</p>
90
<p>
91
- Task: create two different context types for our StoreContext. One
92
- context for the dispatch, and another context for the state.
+ <input type="checkbox" /> 2.1. Create two different context types for
+ our StoreContext. One context for the dispatch, and another context for
93
+ the state.
94
+ </p>
95
+ <p>
96
+ <input type="checkbox" /> 2.2. Great! We've implemented task 2.1. but,
97
+ wait 🤔... does it make any difference in our use case? Why? Discuss
98
+ with your peers.
99
</p>
100
</div>
101
);
0 commit comments