From dcb0e46e8a94c6f3f389c40e2363190edcfc6851 Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Fri, 30 May 2014 14:14:18 -0500 Subject: [PATCH] Update link to @petehunt's react-server-rendering GitHub repo --- _posts/2013-06-05-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-06-05-why-react.md b/_posts/2013-06-05-why-react.md index 7aa3c2dd..07f02e1e 100644 --- a/_posts/2013-06-05-why-react.md +++ b/_posts/2013-06-05-why-react.md @@ -75,7 +75,7 @@ some pretty cool things with it: - We've built internal prototypes that run React apps in a web worker and use React to drive **native iOS views** via an Objective-C bridge. - You can run React - [on the server](http://github.com/petehunt/react-server-rendering) + [on the server](http://github.com/petehunt/react-server-rendering-example) for SEO, performance, code sharing and overall flexibility. - Events behave in a consistent, standards-compliant way in all browsers (including IE8) and automatically use