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 b7d5199 commit cc8e8c0Copy full SHA for cc8e8c0
exercises/01.use-reducer/01.problem.new-state/README.mdx
@@ -10,5 +10,7 @@ be using it to learn how to use it).
10
The emoji will guide you through this!
11
12
📜 [`useReducer` docs](https://react.dev/reference/react/useReducer)
13
+
14
📜 [How to implement useState with useReducer](https://kentcdodds.com/blog/how-to-implement-usestate-with-usereducer)
15
16
📜 [Should I useState or useReducer?](https://kentcdodds.com/blog/should-i-usestate-or-usereducer)
0 commit comments