Route
On this page

Route

Summary

Reference Documentation ↗

Configures an element to render when a pattern matches the current location. It must be rendered within a Routes element. Note that these routes do not participate in data loading, actions, code splitting, or any other route module features.

Props

caseSensitive

Whether the path should be matched in a case-sensitive manner.

children

No documentation

Component

No documentation

element

No documentation

path

The path to match against the current location.

Docs and examples CC 4.0