Open reboottime opened 6 months ago
Declared a component inside of another component, and every re-render brings in a new Input
declared
As React thinks the Input
before and after are two different component, so when Input
unmounts and mounts.
key
property
Major Concepts
Memo funcs
How things work under the hood ( pseudocode)