Controlled vs Uncontrolled Components in React
When I was building my first form in React, a basic login screen, I used an <input> tag and expected it to just work like it did in vanilla HTML. But then came the warning: "A component is changing an uncontrolled input to be controlled..." and I rea...
shivamgoswami.hashnode.dev4 min read