Skip to content

Commit

Permalink
Add React Reconciliation link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Jun 14, 2016
1 parent 0593a61 commit 40dc2ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060
https://medium.com/@deathmood/write-your-virtual-dom-2-props-events-a957608f5c76
A series of articles that build up a small Virtual DOM system from scratch.

- **React.js Reconciliation**
https://www.infoq.com/presentations/react-reconciliation
A video presentation digging into how React's reconciliation algorithm determines how to properly update nodes based on render output.

#### Paid Courses and Books

Expand Down

0 comments on commit 40dc2ce

Please sign in to comment.