mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Changes based on feedback
This commit is contained in:
8
index.md
8
index.md
@@ -16,15 +16,15 @@ id: home
|
||||
<div class="marketing-col">
|
||||
<h3>Virtual DOM</h3>
|
||||
<p>
|
||||
React uses a virtual DOM representation for ultra-high performance. It can also
|
||||
run outside of the browser on Node.js.
|
||||
React uses a <i>virtual DOM</li> representation for ultra-high performance. It can also
|
||||
render on the server using Node.js — no heavy browser DOM required.
|
||||
</p>
|
||||
</div>
|
||||
<div class="marketing-col">
|
||||
<h3>Data flow</h3>
|
||||
<p>
|
||||
React implements one-way data binding which is simpler, faster and easier to
|
||||
scale than alternatives.
|
||||
React implements one-way reactive data flow which reduces boilerplate and is
|
||||
easier to reason about than traditional data binding.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user