Concept Flow - Handling input fields
Render input field
User types in input
onChange event triggers
Update state with new value
Component re-renders with updated value
↩Back to Render input field
The input field renders, user types, onChange updates state, then component re-renders showing new input.