diff --git a/docs/docs/videos.md b/docs/docs/videos.md index b8cece33f9..14b5efd9a3 100644 --- a/docs/docs/videos.md +++ b/docs/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 diff --git a/img/docs/thinking-in-react-tagtree.png b/img/docs/thinking-in-react-tagtree.png new file mode 100644 index 0000000000..3d4db2d233 Binary files /dev/null and b/img/docs/thinking-in-react-tagtree.png differ