File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
exercises/01.use-reducer/01.problem.new-state Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ be using it to learn how to use it).
9
9
10
10
The emoji will guide you through this!
11
11
12
- 📜 [ ` useReducer ` docs ] ( https://react.dev/reference/react/useReducer )
12
+ 📜 Here are some handy references:
13
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 )
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 )
You can’t perform that action at this time.
0 commit comments