|
@ -56,7 +56,7 @@ to the DOM. |
|
|
> lightweight description of what the DOM should look like. |
|
|
> lightweight description of what the DOM should look like. |
|
|
|
|
|
|
|
|
We call this process **reconciliation**. Check out |
|
|
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. |
|
|
reconciliation in action. |
|
|
|
|
|
|
|
|
Because this re-render is so fast (around 1ms for TodoMVC), the developer |
|
|
Because this re-render is so fast (around 1ms for TodoMVC), the developer |
|
|