Skip to content

Commit

Permalink
add hook flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 8, 2024
1 parent bad4c34 commit 06df05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/02.side-effects/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, things outside our react components include:

Check out [the React Flow diagram](https://github.com/donavon/hook-flow) below:

![React Flow diagram showing mount, update, unmount](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/295689283-b9ecdd1d-ce28-446b-84ad-6b264d4be8e4.png)
![React Flow diagram showing mount, update, unmount](/hook-flow.png)

The graphic illustrates the lifecycle of a React component, focusing on how
hooks behave during different phases: Mount, Update, and Unmount. It's
Expand Down
Binary file added public/hook-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06df05b

Please sign in to comment.