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 6c7771a commit 4a87c5fCopy full SHA for 4a87c5f
04-frameworks/01-react/03-react-hooks/02-use-state-object/Readme.md
@@ -83,7 +83,7 @@ If we start the application we can see how the name and lastname are displayed.
83
84
This is not going to work, we are again applying a Java / Angular approach,
85
we are trying to modify something that is alive only while the function is being
86
-executed, once the component is rerended this value is be lost.
+executed, once the component is rerendered this value is lost.
87
88
- The way to do this is by creating a new object and assigning it using the _setState_
89
method. In order to do this copy we use the spread operator (by doing this, all the fields
0 commit comments