December 2019
Intermediate to advanced
598 pages
12h 21m
English
In this section, we'll handle paths that aren't handled by any of the Route components. By following these steps, we'll start by understanding what happens if we put an unhandled path in the browser:

So, nothing is rendered beneath the header when we browse to a path that isn't handled by a Route component. This makes sense if we think about it.
<Switch> <Redirect from="/home" ...
Read now
Unlock full access