From affffb40e2d83c060924e568e1048de39d3fba02 Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Sat, 6 Sep 2014 11:33:36 +0200 Subject: [PATCH] Update video.md with Forward JS 2014 talk Added "React and Flux: Building Applications with a Unidirectional Data Flow" by Bill Fisher and Jing Chen. --- docs/videos.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/videos.md b/docs/videos.md index 488b8030..e1a6d669 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -121,3 +121,9 @@ by [Stoyan Stefanov](http://www.phpied.com/) ### "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.