Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Instruction
Implement the Sign up Form
In this step, we'll begin implementing the sign up form that connects to the Express server and creates an authenticated user.
Getting to Know 'UserSignUp.js'
The file contains a UserSignUp
class that employs the "render prop" technique in React to render a form. Notice how the component <Form>
uses an elements
prop whose value is a f...