We complete the User Registration Workflow with a start button and uploading an avatar!
Video Lessons
Parts of courses on specific topics
User-Password Further Refactoring
We continue to refactor our Username and Password components on the way to a user registration workflow. We explore how to pull out small parts of our code to give them names so that they are clearer.
Username and Password Refactoring
We begin to culminate our components into a bigger and more complex component, the user registration flow. In this lesson, we refactor our username and password boxes to use the same code.
Username Box
We build a username box that checks with the server whether the username is already taken. Combine that with some simple validations and you have yourself a really nice username input field for a user registration system.