Readings-React and Forms

My reading journal for Code Fellows

Readings-React and Forms

React Docs-Forms

What is a ‘Controlled Component’?

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

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

The conditional (Ternary) Operator Explained

Why would we use a ternary operator?

Rewrite the following statement using a ternary statement:

Bookamrk and Review

React Bootstrap-Forms

React Docs - conditional rendering

## Things I want to know more about