From 00e7f0888f43af21d616f8028bf844b730539d44 Mon Sep 17 00:00:00 2001 From: hendrik swanepoel Date: Wed, 30 Apr 2014 22:50:20 +0200 Subject: [PATCH 1/2] link to tagtree 'Thinking in React' video --- docs/videos.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/videos.md b/docs/videos.md index b8cece33f..14b5efd9a 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -13,6 +13,13 @@ next: complementary-tools.html "At Facebook and Instagram, we’re trying to push the limits of what’s possible on the web with React. My talk will start with a brief introduction to the framework, and then dive into three controversial topics: Throwing out the notion of templates and building views with JavaScript, “re-rendering” your entire application when your data changes, and a lightweight implementation of the DOM and events." -- [Pete Hunt](http://www.petehunt.net/) + +### Thinking in react - tagtree.tv + +A [tagtree.tv](htp://tagtree.tv/) video conveying the principles of 'Thinking in react' while building a simple app +
[![](/react/img/docs/thinking-in-react-tagtree.png)](http://tagtree.tv)
+ + ### Secrets of the Virtual DOM - MtnWest JS From f40ada221672e475b06a1681fd49d1090b6e63bc Mon Sep 17 00:00:00 2001 From: hendrik swanepoel Date: Fri, 2 May 2014 21:28:31 +0200 Subject: [PATCH 2/2] Fixed a couple of issues with link to tagtree.tv video --- docs/videos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/videos.md b/docs/videos.md index 14b5efd9a..2c74f364a 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -16,8 +16,8 @@ next: complementary-tools.html ### Thinking in react - tagtree.tv -A [tagtree.tv](htp://tagtree.tv/) video conveying the principles of 'Thinking in react' while building a simple app -
[![](/react/img/docs/thinking-in-react-tagtree.png)](http://tagtree.tv)
+A [tagtree.tv](htp://tagtree.tv/) video conveying the principles of [Thinking in React](/react/docs/thinking-in-react.html) while building a simple app +
[![](/react/img/docs/thinking-in-react-tagtree.png)](http://tagtree.tv/thinking-in-react)
### Secrets of the Virtual DOM - MtnWest JS