We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca81b0 commit 6d22a0bCopy full SHA for 6d22a0b
README.md
@@ -21,8 +21,8 @@ components:
21
- When we call `ReactDOM.render` and pass in our components, it will **render**
22
all of our components by calling our component functions, passing down
23
props, and building the DOM elements out of our components' JSX
24
-- When a React's **state** is updated by calling the `setState` function, React
25
- will **re-render** the component, along with all of its children
+- When a React app's **state** is updated by calling the `setState` function,
+ React will **re-render** the component, along with all of its children
26
27
## Side Effects
28
0 commit comments