Skip to content

Commit

Permalink
Merge pull request facebook#49 from rickbeerendonk/master
Browse files Browse the repository at this point in the history
Add Videos.md
  • Loading branch information
fisherwebdev committed Sep 6, 2014
2 parents 71a0297 + d76ef3d commit c58b025
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Dispatcher
layout: docs
category: Reference
permalink: docs/dispatcher.html
next: react
next: videos
---

Dispatcher is used to broadcast payloads to registered callbacks. This is
Expand Down
19 changes: 19 additions & 0 deletions docs/Videos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: videos
title: Videos
layout: docs
category: Community Resources
permalink: docs/videos.html
next: react
---

### "Rethinking Web App Development at Facebook" - Facebook F8 Conference 2014

<iframe width="650" height="315" src="//www.youtube.com/embed/nYkdrAPrdcw" frameborder="0" allowfullscreen></iframe>


### React and Flux: Building Applications with a Unidirectional Data Flow - Forward JS 2014

<iframe width="650" height="315" src="//www.youtube.com/embed/i__969noyAM" frameborder="0" allowfullscreen></iframe>

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.

0 comments on commit c58b025

Please sign in to comment.