Skip to content

Commit

Permalink
Update broken JSFiddle in Why React blog post (facebook#7783)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Sep 21, 2016
1 parent 00ac179 commit 13692d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2013-06-05-why-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13692d5

Please sign in to comment.