Currently, we have one screen and one path that our users can visit. When users visit Graphbook, they can log in and see their news feed and chats. Another requirement for a social network is that users have their own profile pages. We will implement this feature in this chapter.
We will introduce client-side routing for our React application.
This chapter will cover the following topics:
- Installing React Router
- Implementing routes
- Securing routes
- Manual navigation