From 77fbfe19d5e0f10701fc903d1a529dedb0a91624 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Wed, 2 Mar 2016 09:38:35 +1100 Subject: [PATCH] :memo: source code walkthrough --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 50030eb..31e4cb2 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,11 @@ Promise.all([ promise1, promise2 ]).then(([ user1, user2]) => { }); ``` +## Video Source Code Walkthrough + +**DataLoader Source Code Walkthrough (YouTube):** + + [@schrockn]: https://github.com/schrockn