From 8abb619d628dc2d5570dc1286c15eee00ee00ab1 Mon Sep 17 00:00:00 2001 From: Areeb Malik Date: Mon, 14 Jul 2014 17:16:44 -0700 Subject: [PATCH 1/2] Update videos.md Adding video for my recent talk in London about using React in large scale applications --- docs/videos.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/videos.md b/docs/videos.md index 20416ae4..91bb10f1 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -7,6 +7,14 @@ prev: thinking-in-react.html next: complementary-tools.html --- +### 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_1280.jpg)](https://skillsmatter.com/skillscasts/5429-going-big-with-react#video)
+ + + ### Rethinking best practices - JSConf.eu From 4ed020201f50089ca80c3d50f34dcbef552d132c Mon Sep 17 00:00:00 2001 From: Areeb Malik Date: Mon, 14 Jul 2014 17:31:56 -0700 Subject: [PATCH 2/2] Update videos.md reordering to spot #4 --- docs/videos.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/videos.md b/docs/videos.md index 91bb10f1..5568a281 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -7,14 +7,6 @@ prev: thinking-in-react.html next: complementary-tools.html --- -### 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_1280.jpg)](https://skillsmatter.com/skillscasts/5429-going-big-with-react#video)
- - - ### Rethinking best practices - JSConf.eu @@ -34,6 +26,14 @@ A [tagtree.tv](http://tagtree.tv/) video conveying the principles of [Thinking i "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_1280.jpg)](https://skillsmatter.com/skillscasts/5429-going-big-with-react#video)
+ + ### CodeWinds [Pete Hunt](http://www.petehunt.net/) talked with [Jeff Barczewski](http://jeff.barczewski.com/) about React in CodeWinds Episode 4.