|
@ -7,17 +7,17 @@ id: home |
|
|
<section class="light home-section"> |
|
|
<section class="light home-section"> |
|
|
<div class="marketing-row"> |
|
|
<div class="marketing-row"> |
|
|
<div class="marketing-col"> |
|
|
<div class="marketing-col"> |
|
|
<h3>Composable components</h3> |
|
|
<h3>Composition</h3> |
|
|
<p> |
|
|
<p> |
|
|
React isn't the first JS library to let you build components. But it's the |
|
|
React isn't the first JS library to let you build components. But it's |
|
|
only one that takes composition (building components out of other components) seriously. |
|
|
the only one that emphasizes building components out of other components above all else. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="marketing-col"> |
|
|
<div class="marketing-col"> |
|
|
<h3>Virtual DOM</h3> |
|
|
<h3>Virtual DOM</h3> |
|
|
<p> |
|
|
<p> |
|
|
React uses a <i>virtual DOM</i> representation for ultra-high performance. It can also |
|
|
React uses a <i>virtual DOM</i> diff implementation for ultra-high performance. It can also |
|
|
render on the server using Node.js — no heavy browser DOM required. |
|
|
render on the server using Node.js — no heavy browser DOM required. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="marketing-col"> |
|
|
<div class="marketing-col"> |
|
|