Controlled Inputs¶
Challenge¶
Make the inputs for the sign up and sign in forms controlled inputs.
Why?
We like controlled inputs because they keep our state in sync with the UI. This will allow us to validate the user inputs more easily.
Make the inputs for the sign up and sign in forms controlled inputs.
Why?
We like controlled inputs because they keep our state in sync with the UI. This will allow us to validate the user inputs more easily.