December 2022
Beginner to intermediate
590 pages
10h 26m
English
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 user via both links and programmatic commands.
Build nested page layouts.
Having worked through the first eleven chapters of this book, you should now know how to build React components and web apps, as well as how to manage components and app-wide state, and how to share data between components (via props or context). ...
Read now
Unlock full access