Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You will be learning and using the following hooks: `useReducer`, `useContext`,
`useDebugValue`.

1. `useReducer`: simple Counter
2. `useReducer`: HTTP requests
2. `useEffect`: HTTP requests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! But actually we are focused on learning useReducer for exercise 2 because the useEffect is already there and you need to refactor the useStates to useReducer :)

3. `useContext`: simple Counter (covers `useMemo` and `useCallback` as well)
4. `useContext`: Caching response data in context (covers `useMemo` and
`useCallback` as well)
Expand Down