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 f4ea830 commit 65744dfCopy full SHA for 65744df
exercises/01.managing-ui-state/README.mdx
@@ -13,7 +13,7 @@ how that works with React:
13
There's a cycle of user interaction, state changes, and re-rendering. This
14
is the core of how React works for interactive applications.
15
16
-The `render` phase is what what we've done so far with creating React elements.
+The `render` phase is what we've done so far with creating React elements.
17
Handling user interactions is what we do with event listeners like `onChange`.
18
Now we're going to get into the `state changes` bit.
19
0 commit comments