From 434760f4919a514fce5f8006c95c39e9c8da53bf Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 21 Sep 2016 13:42:49 +0100 Subject: [PATCH] Update broken JSFiddle in Why React blog post (#7783) Fixes #7782 --- _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 102a7621..1979c196 100644 --- a/_posts/2013-06-05-why-react.md +++ b/_posts/2013-06-05-why-react.md @@ -56,7 +56,7 @@ to the DOM. > lightweight description of what the DOM should look like. We call this process **reconciliation**. Check out -[this jsFiddle](http://jsfiddle.net/fv6RD/3/) to see an example of +[this jsFiddle](http://jsfiddle.net/2h6th4ju/) to see an example of reconciliation in action. Because this re-render is so fast (around 1ms for TodoMVC), the developer