From d76ef3d3b948f55cdc376f3d6569ec48343e2066 Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Sat, 6 Sep 2014 12:05:39 +0200 Subject: [PATCH] Add Videos.md --- docs/Dispatcher.md | 2 +- docs/Videos.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/Videos.md diff --git a/docs/Dispatcher.md b/docs/Dispatcher.md index 0a5fb7592b3bf5..59c65adb57ef2a 100644 --- a/docs/Dispatcher.md +++ b/docs/Dispatcher.md @@ -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 diff --git a/docs/Videos.md b/docs/Videos.md new file mode 100644 index 00000000000000..1f69182effc288 --- /dev/null +++ b/docs/Videos.md @@ -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 + + + + +### 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. \ No newline at end of file