Skip to content

Commit af787b7

Browse files
authored
Update exercises/01.use-reducer/01.problem.new-state/README.mdx
1 parent cc8e8c0 commit af787b7

File tree

1 file changed

+4
-4
lines changed
  • exercises/01.use-reducer/01.problem.new-state

1 file changed

+4
-4
lines changed

exercises/01.use-reducer/01.problem.new-state/README.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ be using it to learn how to use it).
99

1010
The emoji will guide you through this!
1111

12-
📜 [`useReducer` docs](https://react.dev/reference/react/useReducer)
12+
📜 Here are some handy references:
1313

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)

0 commit comments

Comments
 (0)