Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 894 Bytes

Route.md

File metadata and controls

48 lines (27 loc) · 894 Bytes
title
Route

Route

[MODES: framework, data, declarative]

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

[modes: framework, data, declarative]

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

children

[modes: framework, data, declarative]

No documentation

Component

[modes: framework, data, declarative]

No documentation

element

[modes: framework, data, declarative]

No documentation

path

[modes: framework, data, declarative]

The path to match against the current location.