We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c0edf + 4dc7363 commit 2fab34aCopy full SHA for 2fab34a
patterns/16.state-hoisting.md
@@ -2,7 +2,7 @@
2
Stateless functions don’t hold state (as the name implies).
3
4
5
-vents are changes in state. Their data needs to be passed to stateful container components parents.
+Events are changes in state. Their data needs to be passed to stateful container components parents.
6
This is called “state hoisting”. It’s accomplished by passing a callback from a container component to a child component.
7
```javascript
8
class NameContainer extends React.Component {
0 commit comments