Skip to content

Commit

Permalink
react what'll you learn
Browse files Browse the repository at this point in the history
  • Loading branch information
cyan33 committed Mar 2, 2018
1 parent ef8307c commit 7b4c49a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

## What You'll Learn

* How does React mount everything from JSX to actual DOM nodes
* How does React update its element tree using the virtual DOM diff algorithm and map it to the actual DOM changes
* What is a virtual DOM, the advantages, and how it fits in React
* A better understanding of the core principles of React

## What Dilithium Hasn't Covered

As it is a simplest implementation of React, it leaves out a lot of features of it. Below are something that it hasn't covered (This is originally shown in the React Rally talk by Paul in 2016):
Expand Down

0 comments on commit 7b4c49a

Please sign in to comment.