From bc8baef3720c828585c21ff7f99b2b20bc8a6e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 6 Nov 2014 14:05:10 -0800 Subject: [PATCH] Merge pull request #2473 from zertosh/docs-ssr-at-sc Add React at SoundCloud talk --- docs/docs/videos.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/videos.md b/docs/docs/videos.md index e1a6d66997..3eef0d0019 100644 --- a/docs/docs/videos.md +++ b/docs/docs/videos.md @@ -127,3 +127,11 @@ by [Stoyan Stefanov](http://www.phpied.com/) 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. + +### Server-Side Rendering of Isomorphic Apps at SoundCloud + + + +Walk-through by [Andres Suarez](https://github.com/zertosh) on how [SoundCloud](https://developers.soundcloud.com/blog/) is using React and Flux for server-side rendering. + +[Slides and sample code](https://github.com/zertosh/ssr-demo-kit)