--- title: Route --- # Route [MODES: framework, data, declarative] ## Summary [Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.Route.html) Configures an element to render when a pattern matches the current location. It must be rendered within a [Routes](../components/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.