Skip to content

Commit a57c44f

Browse files
committed
Merge pull request #21 from basarat/patch-1
📝 source code walkthrough
2 parents 603fcdb + 77fbfe1 commit a57c44f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ Promise.all([ promise1, promise2 ]).then(([ user1, user2]) => {
407407
});
408408
```
409409

410+
## Video Source Code Walkthrough
411+
412+
**DataLoader Source Code Walkthrough (YouTube):**
413+
414+
<a href="https://youtu.be/OQTnXNCDywA" target="_blank" alt="DataLoader Source Code Walkthrough"><img src="https://img.youtube.com/vi/OQTnXNCDywA/0.jpg" /></a>
410415

411416

412417
[@schrockn]: https://github.com/schrockn

0 commit comments

Comments
 (0)