From 959fb008b7f08ee995ec5ba1680cee4ac58e3786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 23 Mar 2015 11:38:10 -0700 Subject: [PATCH] [docs] Videos: use https, right width videos I also added some
s in there, which helps a little bit with spacing. --- docs/videos.md | 49 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 12 deletions(-) diff --git a/docs/videos.md b/docs/videos.md index b5879788..458481a4 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -8,29 +8,33 @@ next: complementary-tools.html ### Rethinking best practices - JSConf.eu - + "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](http://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 - + "In this talk I’ll be discussing why we built a virtual DOM, how it compares to other systems, and its relevance to the future of browser technologies." -- [Pete Hunt](http://www.petehunt.net/) +* * * ### Going big with React ### "On paper, all those JS frameworks look promising: clean implementations, quick code design, flawless execution. But what happens when you stress test Javascript? What happens when you throw 6 megabytes of code at it? In this talk, we'll investigate how React performs in a high stress situation, and how it has helped our team build safe code on a massive scale."
[![](https://i.vimeocdn.com/video/481670116_650.jpg)](https://skillsmatter.com/skillscasts/5429-going-big-with-react#video)
+* * * ### CodeWinds @@ -63,6 +67,7 @@ A [tagtree.tv](http://tagtree.tv/) video conveying the principles of [Thinking i [Read the episode notes](http://codewinds.com/4) +* * * ### JavaScript Jabber @@ -90,59 +95,79 @@ A [tagtree.tv](http://tagtree.tv/) video conveying the principles of [Thinking i [Read the full transcript](http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/) +* * * + ### Introduction to React.js - Facebook Seattle - + By [Tom Occhino](http://tomocchino.com/) and [Jordan Walke](https://github.com/jordwalke) +* * * + ### Backbone + React + Middleman Screencast - + Backbone is a great way in interface a REST API with React. This screencast shows how to integate the two using [Backbone-React-Component](https://github.com/magalhas/backbone-react-component). Middleman is the framework used in this example but could easily be replaced with other frameworks. A supported template of this can be found [here](https://github.com/jbhatab/middleman-backbone-react-template). -- [Open Minded Innovations](http://www.openmindedinnovations.com/) +* * * + ### Developing User Interfaces With React - Super VanJS - + By [Steven Luscher](https://github.com/steveluscher) +* * * + ### Introduction to React - LAWebSpeed meetup - + by [Stoyan Stefanov](http://www.phpied.com/) +* * * + ### React, or how to make life simpler - FrontEnd Dev Conf '14 - + **In Russian** by [Alexander Solovyov](http://solovyov.net/) +* * * + ### "Functional DOM programming" - Meteor DevShop 11 - + + +* * * ### "Rethinking Web App Development at Facebook" - Facebook F8 Conference 2014 - + + +* * * ### React and Flux: Building Applications with a Unidirectional Data Flow - Forward JS 2014 - + Facebook engineers [Bill Fisher](http://twitter.com/fisherwebdev) and [Jing Chen](http://twitter.com/jingc) talk about Flux and React, and how using an application architecture with a unidirectional data flow cleans up a lot of their code. +* * * + ### Server-Side Rendering of Isomorphic Apps at SoundCloud - + Walk-through by [Andres Suarez](https://github.com/zertosh) on how [SoundCloud](https://developers.soundcloud.com/blog/) is using React and Flux for server-side rendering. [Slides and sample code](https://github.com/zertosh/ssr-demo-kit) +* * * + ### Introducing React Native (+Playlist) - React.js Conf 2015 - + [Tom Occhino](https://twitter.com/tomocchino) reviews the past and present of React in 2015, and teases where it's going next.