Summary
Throughout this chapter, we started implementing the profile component's functionality. We added 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.
In the following chapter, we'll continue implementing our users' profile components before adding realtime subscriptions to notify users in real time if other network users liked or commented on their posts.