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