arrow_backBACK TO DRILLS
Blue Beltreconciliation-keys
Resetting component state with key
A parent renders <Form key={version} /> and increments version when a Reset button is clicked. What happens to the Form component when the key changes?
A parent renders <Form key={version} /> and increments version when a Reset button is clicked. What happens to the Form component when the key changes?