Pete Hunt
11 years ago
4 changed files with 68 additions and 0 deletions
@ -0,0 +1,63 @@ |
|||
--- |
|||
id: videos |
|||
title: Videos |
|||
layout: docs |
|||
permalink: videos.html |
|||
prev: tutorial.html |
|||
--- |
|||
|
|||
### Rethinking best practices - JSConf.eu |
|||
|
|||
<iframe width="650" height="315" src="//www.youtube.com/embed/x7cQ3mrcKaY" frameborder="0" allowfullscreen></iframe> |
|||
|
|||
"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/) |
|||
|
|||
### JavaScript Jabber |
|||
|
|||
[Pete Hunt](http://www.petehunt.net/) and [Jordan Walke](https://github.com/jordwalke) talked about React in JavaScript Jabber 73. |
|||
<figure>[![](/react/img/docs/javascript-jabber.png)](http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/#content)</figure> |
|||
|
|||
<table width="100%"><tr><td> |
|||
01:34 – Pete Hunt Introduction<br /> |
|||
02:45 – Jordan Walke Introduction<br /> |
|||
04:15 – React<br /> |
|||
06:38 – 60 Frames Per Second<br /> |
|||
09:34 – Data Binding<br /> |
|||
12:31 – Performance<br /> |
|||
17:39 – Diffing Algorithm<br /> |
|||
19:36 – DOM Manipulation |
|||
</td><td> |
|||
23:06 – Supporting node.js<br /> |
|||
24:03 – rendr<br /> |
|||
26:02 – JSX<br /> |
|||
30:31 – requestAnimationFrame<br /> |
|||
34:15 – React and Applications<br /> |
|||
38:12 – React Users Khan Academy<br /> |
|||
39:53 – Making it work |
|||
</td></tr></table> |
|||
|
|||
[Read the full transcript](http://javascriptjabber.com/073-jsj-react-with-pete-hunt-and-jordan-walke/) |
|||
|
|||
### Introduction to React.js - Facebook Seattle |
|||
|
|||
<iframe width="650" height="315" src="//www.youtube.com/embed/XxVg_s8xAms" frameborder="0" allowfullscreen></iframe> |
|||
|
|||
By [Tom Occhino](http://tomocchino.com/) and [Jordan Walke](https://github.com/jordwalke) |
|||
|
|||
### Developing User Interfaces With React - Super VanJS |
|||
|
|||
<iframe width="650" height="315" src="//www.youtube.com/embed/1OeXsL5mr4g" frameborder="0" allowfullscreen></iframe> |
|||
|
|||
By [Steven Luscher](https://github.com/steveluscher) |
|||
|
|||
### Introduction to React - Joe Dev on Tech |
|||
|
|||
<iframe width="650" height="315" src="//www.youtube.com/embed/SMMRJif5QW0" frameborder="0" allowfullscreen></iframe> |
|||
|
|||
by [Stoyan Stefanov](http://www.phpied.com/) |
|||
|
|||
### "fun + React + ClojureScript" - Small Talk KyivJS Meetup |
|||
|
|||
<iframe width="650" height="315" src="//www.youtube.com/embed/R2CGKiNnPFo" frameborder="0" allowfullscreen></iframe> |
|||
|
|||
**In Russian** by [Alexander Solovyov](http://solovyov.net/) |
After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in new issue