mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
added commas for clarification and grammar (#2133)
This commit is contained in:
@@ -72,4 +72,4 @@ You can verify by inspecting the [last example](codepen://rendering-elements/upd
|
||||
|
||||
Even though we create an element describing the whole UI tree on every tick, only the text node whose contents have changed gets updated by React DOM.
|
||||
|
||||
In our experience, thinking about how the UI should look at any given moment rather than how to change it over time eliminates a whole class of bugs.
|
||||
In our experience, thinking about how the UI should look at any given moment, rather than how to change it over time, eliminates a whole class of bugs.
|
||||
|
||||
Reference in New Issue
Block a user