Skip to content

Commit 8e0d59a

Browse files
committed
fix(docs): data flow image
1 parent b7c3bda commit 8e0d59a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const MyComponent = () => {
114114

115115
## Data Flow
116116

117-
![Data flow visualization](<static/Use Reducer Side Effect Demo.png>)
117+
![Data flow visualization](https://res.cloudinary.com/dgeve7dao/image/upload/v1580665922/Use_Reducer_Side_Effect_Demo.png)
118118

119119
1. The `action LOAD` is dispatched with a payload (in this case the GitHub username)
120120
2. The `reducer function` is run and updated state is returned to the component
-76.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)