reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

react

Forms



👁️ watch it ### What is a ‘Controlled Component’?

### Should we wait to store the users responses from the form into state when they submit the form? no OR should we update the state with their responses as soon as they enter them? yes.

### How do we target what the user is entering if we have an event handler on an input field?

♥️from

Ternary Operator

♥️from