Basic Example

This example demonstrates some of the core features of React Router including nested <Route>s, <Outlet>s, <Link>s, and using a "*" route (aka "splat route") to render a "not found" page when someone visits an unrecognized URL.


Home