Skip to content

More On State: Add clarification on controlled vs uncontrolled inputs#31240

Open
IamBull8905 wants to merge 1 commit into
TheOdinProject:mainfrom
IamBull8905:clarify_controlled_uncontrolled_inputs
Open

More On State: Add clarification on controlled vs uncontrolled inputs#31240
IamBull8905 wants to merge 1 commit into
TheOdinProject:mainfrom
IamBull8905:clarify_controlled_uncontrolled_inputs

Conversation

@IamBull8905

Copy link
Copy Markdown
Contributor

Because

Adds clarification for controlled vs uncontrolled inputs in the 'More on State' React lesson.

This PR

  • "This pattern is extremely useful wherever you need user input, i.e., typing in a textbox, toggling a checkbox, etc." to "This pattern is extremely useful wherever you need more control over user input, such as live validation or anything else that may require you to access the latest state value from these inputs."

Issue

Closes #31204

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions Bot added the Content: React Involves the React course label Jul 17, 2026
@IamBull8905
IamBull8905 changed the base branch from main to feature/new-debugging-lesson July 18, 2026 08:17
@IamBull8905
IamBull8905 changed the base branch from feature/new-debugging-lesson to main July 18, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content: React Involves the React course

Projects

None yet

Development

Successfully merging this pull request may close these issues.

More On State: Clarify controlled vs uncontrolled inputs

1 participant