Fixes to markdown content/paths

This commit is contained in:
Brian Vaughn
2017-10-04 15:00:37 -07:00
parent 9d9b2021ed
commit eb1994b0d2
54 changed files with 143 additions and 145 deletions

View File

@@ -88,7 +88,7 @@ React DOM compares the element and its children to the previous one, and only ap
You can verify by inspecting the [last example](http://codepen.io/gaearon/pen/gwoJZk?editors=0010) with the browser tools:
![DOM inspector showing granular updates](../img/docs/granular-dom-updates.gif)
![DOM inspector showing granular updates](../images/docs/granular-dom-updates.gif)
Even though we create an element describing the whole UI tree on every tick, only the text node whose contents has changed gets updated by React DOM.