More On State: Modify setCount example to improve clarity
#30624
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
This note from the lesson:
is rephrased to improve clarity.
This PR
The following is an infinite loop; can you guess why?toThe following would cause an infinite loop, but React can, under certain circumstances, detect infinite re-renders and throw an error. Can you guess why React will throw an error here, warning you about too many re-renders?This makes it a bit clearer that the code in example would cause an infinite loop (but you wouldn't necessarily see it bricking your browser tab), if React didn't have the ability to sometimes detect it, and throw an error instead.
Issue
Closes #30622
Additional Information
I've decided to slightly change the wording (compared to my initial suggestion in the Issue itself) to better match the Error that React shows in the browser dev console:
Pull Request Requirements
location of change: brief description of changeformat, e.g.Intro to HTML and CSS lesson: Fix link textBecausesection summarizes the reason for this PRThis PRsection has a bullet point list describing the changes in this PRIssuesection