March 2022
Intermediate to advanced
390 pages
6h 43m
English
In the previous chapter, we finished implementing the authentication system by adding the authentication guard and unit tests.
In this chapter, we will start implementing the profile component's functionality. We'll add the necessary code to fetch the user that corresponds to a profile URL and render their information on the page, including the ability to upload the user's photo and cover image, as well as adding a biography.
We'll use extra tools such as GraphQL Code Generator to generate code and automatically infer variable and result types rather than manually specifying them, which keeps our code clean, maintainable, and scalable.
We will cover the following topics: