We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5767739 commit 3748741Copy full SHA for 3748741
exercises/01.use-reducer/01.problem.new-state/README.mdx
@@ -9,4 +9,8 @@ be using it to learn how to use it).
9
10
The emoji will guide you through this!
11
12
-📜 [`useReducer` docs](https://react.dev/reference/react/useReducer).
+📜 Here are some handy references:
13
+
14
+- [`useReducer` docs](https://react.dev/reference/react/useReducer)
15
+- [How to implement useState with useReducer](https://kentcdodds.com/blog/how-to-implement-usestate-with-usereducer)
16
+- [Should I useState or useReducer?](https://kentcdodds.com/blog/should-i-usestate-or-usereducer)
0 commit comments