Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed React Authentication!
You have completed React Authentication!
Preview
I’ll show you how our app will look by the end of this stage.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Now that we have the React application and
express server up and running,
0:00
we can get started on writing
the user registration and
0:00
login functionality with
basic authentication.
0:03
Currently in our app, nothing happens
when a user submits the sign up form or
0:06
the sign in form.
0:11
In this stage, we'll begin working
on a registration component that
0:13
requires a user's name,
username, and password.
0:18
When a user submits the sign up form,
we'll take the form's input values to
0:22
create a new user and send their
credentials to the express server.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up