Chapter 8: Routing in React
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:
- Setting up React Router
- Advanced routing with React Router