Examples
Common
- Basic
Simple usages like match, exact match, not found etc.
- Route Content
Example of multiple way to provide content of the
<Route>
component, including react element, route component, and function as child.
Advanced
- Lifecycle Hooks
Lifecycle hooks example including
before/will/after
hooks and navigation cancellation. - Parallel Routes
Parallel routes example with sidebar and overlay.
- Server-Side Rendering
Basic SSR snippet for reference.