Multipage Apps with React Router
Learning Objectives
By the end of this chapter, you will be able to do the following:
- Build multipage single-page applications (and understand why this is not an oxymoron)
- Use the React Router package to load different React components for different URL paths
- Create static and dynamic routes (and understand what routes are in the first place)
- Navigate the website via both links and programmatic commands
- Build nested page layouts